0
Why does void main() show an error?
On using void main() instead of int main() in a basic I/O programme it displays an error stating that main() should return int. But the same runs smoothly in TurboC++. Why?
1 ответ
0
Maybe he has exception treatment. Confirm that you are programming in C ++ and not C...