+ 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