1.

What will be the output of the program ? #include int main() { printf("%c\n", ~('C'*-1)); return 0; }

A. A
B. B
C. C
D. D
Answer» C. C


Discussion

No Comment Found

Related MCQs