Object Oriented Programming Using C Plus Plus - Study Mode
[#31] A do-while loop contains
Correct Answer
(B) several statements between the do statement and the while statement
[#32] The braces that surround the code in a 'C program
Correct Answer
(B) delimit a section of code
[#33] The indirection operator is the
Correct Answer
(A) asterisk
[#34] Local variables _____
Correct Answer
(B) are known only to that block
[#35] # directives must be present
Correct Answer
(A) before the main() function