Object Oriented Programming Using C Plus Plus - Study Mode
[#346] A default exception block must be placed _____
Correct Answer
(B) last among the catch blocks
[#347] Which of the following control structures is used in every program?
Correct Answer
(C) sequence
[#348] In the C language, a string is assigned to the
Correct Answer
(A) char type of variable
[#349] The main() function is always
Correct Answer
(B) a calling function
[#350] Variables that are known only to the function in which they are declared are called _____ variables
Correct Answer
(B) local