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) Control constructs may be nested arbitrarily.
You might also like to view...
Kyle asked his supervisor which type of computing model was used when the enterprise first started. She explained that the organization purchased all the hardware and software necessary to run the company. What type of model was she describing to Kyle?
a. Virtual services b. Off-premises c. On-premises d. Hosted services
Braille printers print embossed output in Braille format on paper.
Answer the following statement true (T) or false (F)