MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about the below C-program? #include int main() { int x = 10, y = 100%90, i; for(i=1; i |
| A. | 1 |
| B. | 2, 3 |
| C. | 3, 4 |
| D. | 4 |
| Answer» C. 3, 4 | |