Saturday, May 22, 2010

What is the difference between C and C++ regarding main() function?

in c main can return void but not in c++


in c++ it alsways return an int

What is the difference between C and C++ regarding main() function?
the main function isn't much different however
Reply:The main diffterence between c and C++ is that


C is a structured language WHILE


c++ is object oriented language.

imperial

No comments:

Post a Comment