Computer Science, asked by shahidanaseer446, 5 months ago

All c++ program execution starts from main function its statement true or false

Answers

Answered by ramkrishandelhi1980
1

Answer:

True

Explanation:

int main ()

This line corresponds to the beginning of the main function declaration. The main function is the point where all C++ programs begin their execution.

Similar questions