1.

Determine output: void main() { int i=10; i = !i>14; printf("i=%d", i); }

A. 10
B. 14
C. 0
D. 1
Answer» D. 1


Discussion

No Comment Found