____________ function is the point by where all C ++ programs start their execution.

____________ function is the point by where all C ++ programs start their execution.

Explanation

An entry point is the point at which execution of program starts.

In C++, it is the main () function.

AGM 17-12-2022