1.

void main(){ int c = - -14; printf("%d", c); }38.What is the output of this program?

A. 5
B. 10
C. 0
D. None of the above
Answer» D. None of the above


Discussion

No Comment Found