MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. invalid conversion from int to float | |