0
What is the calling process?
3 Respostas
+ 2
hi
if i understand you correctly, it is said for occasion such as calling a function(or etc.) in main body, which the function (or etc.) are defined in some other place, out of main body.
+ 1
calling a function:
return type function name (input type,input type);
eg: int sum(float);
0
Thx