Question
a.
Break statement
b.
Continue statement
c.
Case statement
d.
None of them
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. A statement that is executed in a repetition structure, skips the remaining statement in the body of structure and proceeds with next iteration of loops, is known as
Similar Questions
Discover Related MCQs
Q. A graphical representation of an algorithm is called as
View solution
Q. How many different types of control structures are used for constructing a C++ program?
View solution
Q. An uninitialized variable contains
View solution
Q. Unary decrement operator is denoted by
View solution
Q. The conditional operator in C++ is denoted by
View solution
Q. An artificial and informal language that helps programmers to develop algorithms, is called
View solution
Q. Which from the following sets are control structures for C++ program?
View solution
Q. If an increment or decrement operator is placed after a variable, it is called as
View solution
Q. The break statement in repetition structure causes a program to
View solution
Q. Specifying the order in which statements are to be executed in a program is called
View solution
Q. Equality operator is denoted by
View solution
Q. Which one is not a valid identifier?
View solution
Q. Keywords are also called
View solution
Q. Overflow is a one kind of
View solution
Q. In C++ a name that is assigned by a user for a program elements such as variable, type, class, function or namespaces is called
View solution
Q. Unsigned integers in C++ are
View solution
Q. The string that contains zero characters is called
View solution
Q. Total number of keywords in C++ is
View solution
Q. Sequence of characters delimited by quotation marks is called
View solution
Q. Variable1= expression; which one is evaluated first?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!

Microprocessor
Understand the heart of your computer with our Microprocessor MCQs. Topics include...

Software Engineering
Learn about the systematic approach to developing software with our Software...