Answers
-
A function is a reusable sequence of statements designed to run a particular task.
-
The function that is ran first of all C++ programs is the main().
-
Return values are the actual values returned from a function indicated by a return statement.
-
Nested functions are not allowed in C++.