Q. Which of the following statements is false? (Solved)
1. every c++ program must have a main().
2. in c++, white spaces and carriage returns are ignored by the compiler.
3. c++ statements terminate with semicolon.
4. main() terminates with semicolon.
- d. main() terminates with semicolon.