C++ MQCs with Explanation.( CHAPTER 2: BEGINNING WITH C++)

Which of the following statements is FALSE?

  1. In a C++ program, the execution begins at main() function.
  2. Every C++ program must have a main() function.
  3. Every C++ statement must end with a semicolon
  4. 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

Post a Comment

0 Comments