0
What is the difference b/w int main and void main?
2 Réponses
+ 4
int main returns 0 which means program executed successfully with no errors.
void main means null or nothing, which means main function will return nothing
0
this question was asked already.
please, search if your question was answered before asking.