Saved Bookmarks
| 1. |
Explain the detailed structure of C++ program with suitable programming example |
|
Answer» ong>Answer: In C++, a program is divided into the following three sections: STANDARD LIBRARIES Section. MAIN Function Section. Function Body Section. |
|