What is calling process in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is calling process in C

"return 0; This statement terminates the main() function and returns the value 0 to the calling process" what does calling process mean in this?

10th Apr 2019, 3:26 AM
Điệp Dương Đức
Điệp Dương Đức - avatar
1 Answer
+ 10
E.g. it could be the shell of the Linux, MacOS or Windows operating system where the program was invoked from.
10th Apr 2019, 6:01 AM
Sonic
Sonic - avatar