I
# include
what is the ((((return any no)) in the main mean plz
Ex.
int main()
{
;
;
;
return ??;
}
Ex.
int main()
{
;
;
;
return ??;
}
what is the ((((return any no)) in the main mean plz
Ex.
int main()
{
;
;
;
return ??;
}
# include said:what is the ((((return any no)) in the main mean plz
Ex.
int main()
{
;
;
;
return ??;
}
# include said:what is the ((((return any no)) in the main mean plz
Ex.
int main()
{
;
;
;
return ??;
}
A portable program can return 0 (success), EXIT_SUCCESS (success) orDavid Paleino said:# include ha scritto:
That's the "exit code".
For example, a "return 0" or "return EXIT_SUCCESS" means that no errors
occured.
You could also google for "exit codes", and see if there's anywhere a
list available (I don't really know, sorry)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.