adplus-dvertising
frame-decoration

Question

The continue statement should be written only

a.

in the body of a loop.

b.

in the nested loops

c.

outside the body of a loop

d.

any where

Answer: (a).in the body of a loop.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The continue statement should be written only

Similar Questions

Discover Related MCQs

Q. A major advantage of inheritance is

Q. When a variable exists or is accessible, it is said to be _____

Q. The feature that allows the same operations to be carried out differently depending on the object is _____

Q. Which of the following is a C++ class?

Q. Precedence determines which operator

Q. When using the standard files that come with the C++ compiler, you should surround the header file name with _____

Q. The loop condition in a flowchart is represented by a(n) _____

Q. Which of the following, if any, are invalid names for a variable?

Q. Inheritance is the principle that

Q. The set of instructions for how to tie a bow is an example of the _____ structure

Q. A program that predicts the exact sequence in which events will take place is said to be ________

Q. A blueprint for creating an object in C++ is called _____

Q. You typically initialize Character variables to _____

Q. One way pointers are useful is to refer to a memory address that has no _____

Q. Which of the following is the fourth problem-solving step?

Q. The while loop is referred to as a(n) _____ loop because the loop condition is tested at the beginning of the loop

Q. The word case used in the switch statement represents a

Q. The statement int num[2][3]={ {3,8,6}, {9,4,7}};

Q. The store of memory available to programs is the _____

Q. The most common operation used in constructors is _____