describe the major parts of c++ program
Answers
Answered by
12
HelloWorldAnalysis.cpp: Analyze a C++ Program. This C++ program can be broadly classified into two parts: the preprocessor directives that start with a # and the main body of the program that starts with int main(). Lines 1, 4, 7, and 10, which start with a // or with a /*, are comments and are ignored by the compiler.
I hope this will help you
Similar questions