Multiple Choice
What is the compilation error for this program?
A) each undeclared identifier is reported only once
B) cout and cin not declared in scope
C) invalid conversion from int to float
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following feature is not
Q13: What will be the output of the
Q14: The operators that cannot be overloaded is<br>A)*<br>B)-<br>C)::<br>D)()
Q15: When an argument is passed by reference<br>A)a
Q16: A static local variable is used to<br>A)make
Q18: Objects of the string class<br>A)are zero-terminated.<br>B)can be
Q19: The extraction operator (>>) stops reading a
Q20: The compiler will complain if you try
Q21: What is value of size?<br>A)28<br>B)32<br>C)20<br>D)24
Q22: What is the output of the program?<br>A)0