What is a function?
A function is a reusable sequence of data
What function is run first of all in a C++ program?
The main() function
What are return values?
Return values is the value a function return
Are nested functions allowed in C++?
No they are not allowed.