1.

How are many sequences of statements present in c++?(a) 4(b) 3(c) 5(d) 6The question was posed to me in a national level competition.Question is taken from Statements topic in portion Functions, Namespaces & Exceptions in C++ of C++

Answer»

The CORRECT CHOICE is (C) 5

Explanation: There are FIVE sequences of statements. They are Preprocessor directives, Comments, Declarations, Function Declarations, EXECUTABLE statements.



Discussion

No Comment Found

Related InterviewSolutions