1.

What is the output of this C code? int main() { int a = 2; if (a >> 1) printf("%d n", a); }

A. 1
B. 2
C. No output
Answer» D.


Discussion

No Comment Found