

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program ?_x000D_ #include_x000D_ _x000D_ int main()_x000D_ {_x000D_ int a=250;_x000D_ printf("%1d \n", a);_x000D_ return 0;_x000D_ } |
A. | 1250 |
B. | 2 |
C. | 50 |
D. | 250 |
Answer» E. | |