1.

What will be the output of the following C code? #include int main() { if (printf("%d", printf("))) printf("We are Happy"); else if (printf("1")) printf("We are Sad"); }

A. 0We are Happy
B. 1We are Happy
C. 1We are Sad
D. compile time error
Answer» E.


Discussion

No Comment Found