MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program ?_x000D_ #include_x000D_ _x000D_ int main()_x000D_ {_x000D_ float a=3.15529;_x000D_ printf("%2.1f\n", a);_x000D_ return 0;_x000D_ } |
| A. | 3 |
| B. | 3.15 |
| C. | 3.2 |
| D. | 3 |
| Answer» D. 3 | |