J
junky_fellow
I was reading the various posts in this newsgroup, and found
that main function should be declared as
int main(void) // if no arguments are passed to main
i wanted to know whats the purpose of return value int ?
where does main return ? As far as i know it is the first function
to be given control. So where does this first function return ?
If it returns, some function then how does this return value interpreted
by that function ?
thanx in advance for any help ...
that main function should be declared as
int main(void) // if no arguments are passed to main
i wanted to know whats the purpose of return value int ?
where does main return ? As far as i know it is the first function
to be given control. So where does this first function return ?
If it returns, some function then how does this return value interpreted
by that function ?
thanx in advance for any help ...