1.

What is the output of this C code? void main() { int k = 4; float k = 4; printf("%d", k) }

A. Compile time error
B. 4
C. 4.0000000
D. 4.4
Answer» B. 4


Discussion

No Comment Found