+ 1
i don't want to use int main_return0 i want to use void main but when i change the code it doesn't work ..the question is why!!
why doesn't it work
5 Answers
+ 12
I know in C# it is void main, but im c++ as Luka said it is int main
+ 1
ooh I didn't know that thanks ...my Professor he just gave us void main
0
if you need return any value the void main is error you must using the data type. in same the type
0
int main