MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is false? |
| A. | every c++ program must have a main(). |
| B. | in c++, white spaces and carriage returns are ignored by the compiler. |
| C. | c++ statements terminate with semicolon. |
| D. | main() terminates with semicolon. |
| Answer» E. | |