Which of the following statements is FALSE?
- In a C++ program, the execution begins at main() function.
- Every C++ program must have a main() function.
- Every C++ statement must end with a semicolon
- C++ does not permit the use of printf() for displaying an output.
Answer:
Option d:C++ does not permit the use of printf() for displaying an output.
Explanation Here
0 Comments