What is the calling process? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the calling process?

27th Nov 2016, 5:08 PM
Count Skellig
Count Skellig - avatar
3 Answers
+ 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.
27th Nov 2016, 5:25 PM
parisa
parisa - avatar
+ 1
calling a function: return type function name (input type,input type); eg: int sum(float);
27th Nov 2016, 6:24 PM
Abdul Sattar Mapara
0
Thx
27th Nov 2016, 5:41 PM
Count Skellig
Count Skellig - avatar