Home »
MCQs »
C++ MCQs
How many sequences of statements are available in C++?
80. How many sequences of statements are available in C++?
- 6
- 5
- 4
- 3
Answer: B) 5
Explanation:
There are following sequence of statements is available in C++:
- Pre-processor directives
- Comments
- Declarations
- Function Declarations
- Executable statements