Programming for Problem Solving (3110003) MCQs

MCQs of Control structure in C

Showing 41 to 41 out of 41 Questions
41.
What is the way to suddenly come out of or Quit any Loop in C Language?
(a) continue;
(b) break;
(c) stop;
(d) quit;
Answer:

Option (b)

Showing 41 to 41 out of 41 Questions