+ 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?
1 Answer
+ 10
E.g. it could be the shell of the Linux, MacOS or Windows operating system where the program was invoked from.