0

What is a call statement in C++?

Describe a call statement, and give an example using C++.

16th May 2017, 11:53 PM
Sami
2 Réponses
0
A call is a call to a function with or without parameters. Like so: fun(int a, int b);
17th May 2017, 1:21 AM
aklex
aklex - avatar
0
Thanks!
17th May 2017, 1:22 AM
Sami