

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the program given below?
|
A. | The program will output C |
B. | The program will output C++ |
C. | Compiler will report an error saying a float cannot be compared with a double. |
D. | Output will be C for 16-bit compilers and C++ for 32-bit compilers |
Answer» B. The program will output C++ | |