Tuesday, 10 September 2013

Is there a case when void main(void) is correct?

Is there a case when void main(void) is correct?

In a book (don't remember which one) they used:
void main(void)
In school I learned:
int main(void)
Is there a case when void main(void) is actually correct?

No comments:

Post a Comment