I am wondering where does the value returned by main goes. Suppoes
main returns some number say 42, where is it stored.
Supposed a shell script call a C program and the program returns the
value 42 where is this value stored in memory ?
main returns some number say 42, where is it stored.
Supposed a shell script call a C program and the program returns the
value 42 where is this value stored in memory ?
Comment