

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following program? #include void main() { float x=5,y=2; int result; result=x % y; cout |
A. | 1 |
B. | 1.0 |
C. | Error message |
D. | 2.5 |
Answer» D. 2.5 | |