What is the output of this C code ?
A. We are equal.
B. I am greater.
C. I am lesser.
D. This code will generate an error.
Answer : D. This code will generate an error.
Explanation:
- Two different data types cannot be linked with each other without type-casting.