MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your C Interview knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Hi is printed 5 times |
| A. | Hi is printed 9 times |
| B. | Hi is printed 7 times |
| C. | Hi is printed 4 times |
| Answer» D. | |
| 2. |
Which keyword is used to come out of a loop only for that iteration? |
| A. | break |
| B. | continue |
| C. | return |
| D. | none of the mentioned |
| Answer» B. continue | |
| 3. |
The keyword ‘break’ cannot be simply used within _________$ |
| A. | do-while |
| B. | if-else |
| C. | for |
| D. | while |
| Answer» C. for | |