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...

difference between c and c++?

Answer Posted / arpit gupta

1.C follows procedural programming language while c++ follows multi paradigm language(procedural as well as object oriented)
2.in c data is not secured,but in c++ data is secured(hidden)like data hiding which is not in c.
3.c is a low level language & c++ is a high level language
4.c is a top down approach but c++ is a bottom up approach
5.We can use functions inside structures in C++ but not in C.
6.C is function-driven while C++ is object-driven
7.C++ supports function overloading while C does not
8.C++ allows the use of reference variables while C does not

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of namespace std in C++?

1071


Why is c++ still used?

1087


Can I create my own functions in c++?

1087


Describe Trees using C++ with an example.

1152


What is the difference between public and private data members?

1178


What is near, far and huge pointers? How many bytes are occupied by them?

1119


Does dev c++ support c++ 11?

1015


What is class definition in c++ ?

1083


Is it possible for the objects to read and write themselves?

1099


What is pair in c++?

1065


What is the best c++ compiler?

1155


List the special characteristics of constructor.

1177


What is the full form of dos?

1155


Which of the following is evaluated first: a) && b) || c) !

2369


Differences between private, protected and public and give examples.

1063