Question
a.
while (statement);
b.
while (condition) statement;
c.
while = condition
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. The While statement has the syntax of
Similar Questions
Discover Related MCQs
Q. Number of bytes allocated to char in C++ is
View solution
Q. What is type casting?
View solution
Q. C++ supports how many real number types
View solution
Q. Which from the following is a jumping statement?
View solution
Q. Destination is specified by a label within the statement, is called
View solution
Q. The do while statement is almost same as
View solution
Q. The statements that causes the control program to jump over the other statements, is called
View solution
Q. An object is a contiguous region of memory that has
View solution
Q. What is an infinite loop?
View solution
Q. Which from the following data type is allocated with 8 bytes in C++?
View solution
Q. The for loop is controlled by how many separate parts?
View solution
Q. Which from the following is a real number type?
View solution
Q. Iteration is the repetition of a
View solution
Q. In C++ even the simplest floating point value tend to be imprecise, this imprecision is called
View solution
Q. The label in Goto statement is same like
View solution
Q. An object whose value cannot be changed is called
View solution
Q. The break statement is used in
View solution
Q. What is the correct syntax for declaring an allocator?
View solution
Q. What is the use of reference member type in allocator?
View solution
Q. Which header file is used to manipulate the allocater?
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!