This question asks about nesting of if, if-else, switch, while, do-while, and for statements:
a) These constructs may not be nested in at all.
b) These constructs may be nested in any way that meets the needs of algorithms the programmer is coding.
c) Only control constructs of a given kind may be nested (while loops within while loops; if-else within if-else etc.)
d) The question does not make sense in C++.
b) These constructs may be nested in any way that meets the needs of algorithms the programmer is coding.
You might also like to view...
MC The text contained in a node can be accessed with its________attribute.
a) nodeValue attribute. b) value attribute. c) text attribute. d) None of the above.
How many relational operators are there?
What will be an ideal response?
Microsoft ________ allows you to create a digital notebook where notes can be stored
Fill in the blank(s) with correct word
?
?In the given image, which of the following types of background property does figure 2 denote?
A. ?no-repeat B. ?repeat C. ?repeat-x D. ?repeat-y