Function Call

Can someone give me some examples of function calls in C++ programming?

Thank you
The link is very helpful but I need more than that. I need to know about function calls.
A function call is the act of using a function. On that page, the first function call is:

z = addition (5,3);
Topic archived. No new replies allowed.