Some Differences between C and C++

There are some Differences Between the C and C++ Language which we must known are given by me for your kind Reference

C

1) C is totally non Object Oriented


2) C do not have Reference Variables


3) Inline Functions are Not available in C


4) C is Mostly Top Down Approach


5) The Main Function could not return a Value in the C


6) Totally C is an Structured Programming Language



C++


1) C++ is totally Object Oriented


2) C++ have the Reference Variables


3) There is Availability of inline Functions in C++


4) C++ is mostly Bottom up Approach


5) The Main Function Should return a Value in C++


6) Totally C++ is an Object Programming Language