Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the main difference between c and c++?

Answer Posted / alok singh,pit

c is a topdown approach while c++ is bottom up APPROACH. C++ support operator overloading but c doesn't support
operator overloading.
In C++, you are free to leave off the statement 'return
0;' at the end of main; it will be provided automatically
but in C, you must manually add it
Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the diamond problem in inheritance?

1201


Why do we use oop?

1171


is there any choice in opting subjects like 4 out of 7

2247


What is polymorphism and why is it important?

1100


What is difference between abstraction and encapsulation?

1136


What is pointer in oop?

1125


What are the 3 principles of oop?

1171


class type to basic type conversion

2472


What are the 3 pillars of oop?

1245


What is coupling in oop?

1084


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2203


What is inheritance in oop?

1091


What is overriding in oops?

1158


What is abstraction in oop?

1192


Write a program to reverse a string using recursive function?

2415