(A) while loop
(B) do while loop
(C) nested loop
(D) for loop
Category: C++ Programming Mcqs
C++ Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. C++ Programming Mcqs section will help users to prepare mcqs of C++ Programming for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their C++ programming portion from here.
For loop contains how many expressions?
(A) 2
(B) 3
(C) 5
(D) 9
Loop which never ends is called?
(A) Infinite loop
(B) Nested loop
(C) Counter loop
(D) None of the above
One execution of the loop is known as?
(A) Repeated
(B) Test
(C) Iteration
(D) None of the above
Among following which loop is also called counter loop?
(A) for
(B) while
(C) do while
(D) All of the above
Among following which is not a loop?
(A) while
(B) while do
(C) do while
(D) for loop
In C++ how many types of loops are used?
(A) 2
(B) 3
(C) 4
(D) 5
Loop is used for?
(A) Repetition
(B) Decision
(C) Selection
(D) None of the above