1.

What will be the output of the program ? #include int main() { int a=250; printf("%1d \n", a); return 0; }

A. 1250
B. 2
C. 50
D. 250
Answer» E.


Discussion

No Comment Found

Related MCQs