

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? #include int main() { float fval=7.29; printf("%d\n", (int)fval); return 0; } |
A. | 0 |
B. | 0 |
C. | 7 |
D. | 7 |
Answer» E. | |