What is the advantage to using void in void main ()
instead of using say; int main (void) or float main (void)
or double main (void)?
I understand that void is not needed in the parenthesis since it is assumed by the compiler, but why would you use
one to start other than that your program may...
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.