Can any one tell me where does the return value of main ()in C program go ?
eg:
int main()
{
return 0;
}
In the above program where does this return value "0" go when you execute the executable (in unix ) ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.