CPP Nested Loop MCQ

Cpp MCQ
  1. Home
  2. Tutorials
  3. Cpp
  4. Nested Loop
  5. Multiple Choice Question

(1) A loop within another loop statement is called

A) Inner structure
B) Nested loop
C) Complex loop
D) Infinite loop

(2) Which of the following loop can be used as ouuter loop ?

A) while
B) do while
C) for
D) All of these

(3) Nested loop structure is used for.

A) Multi dimensional arrays
B) Matrix manipulation
C) Complex Pattern
D) All of These
Comments
Login to TRACK of Comments.