what is the difference between
thank youCode:int main() { } and void main() { }
This is a discussion on int main/void question within the C++ Programming forums, part of the General Programming Boards category; what is the difference between Code: int main() { } and void main() { } thank you...
what is the difference between
thank youCode:int main() { } and void main() { }