How many sequences of statements are available in C++?

80. How many sequences of statements are available in C++?

  1. 6
  2. 5
  3. 4
  4. 3

Answer: B) 5

Explanation:

There are following sequence of statements is available in C++:

  1. Pre-processor directives
  2. Comments
  3. Declarations
  4. Function Declarations
  5. Executable statements

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.