Object Oriented Programming Using C Plus Plus - Study Mode
[#431] The pow and sqrt functions return a(n) _____ type number
Correct Answer
(A) double
[#432] Declaring variables is advantageous because it
Correct Answer
(C) simplifies the writing of very short programs
[#433] The generic name used for unexpected errors that occur during the execution of a program is
Correct Answer
(B) exceptions
[#434] You add the desired type to a specific template class instantiation by placing the type's name ______
Correct Answer
(A) between angle brackets
[#435] The switch variable can be of
Correct Answer
(C) both int as well as char type