CPP Break Statement MCQ

Cpp MCQ
  1. Home
  2. Tutorials
  3. Cpp
  4. Break Statement
  5. Multiple Choice Question

(1) Which of the following has reciprocal functionality to break statement in loop?

A) non break
B) continue
C) begin
D) exit

(2) In which of the following structure break can be used ?

A) Sequence
B) Selection
C) Iteration
D) All of these

(3) Which of the following is used to terminate iteration early?

A) end
B) stop
C) break
D) end iteration

(4) How many parameters does a break statement take as input ?

A) 1
B) 2
C) Multiple
D) None

(5) In which of the following statements break statement is used?

A) Sequence
B) If
C) Function
D) Switch
Comments
Login to TRACK of Comments.