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

Write a c program for binary addition of two 8 bit numbers.

4124


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

1266


How do you clear a set in c++?

1079


What is the size of a vector?

1145


What is name hiding in c++?

1158


Why do we use classes in programming?

1042


What is polymorphism in c++? Explain with an example?

1040


How is new() different from malloc()?

1136


Is c++ an oop?

1103


What do you mean by public protected and private in c++?

1065


Why c++ is the best language?

1071


What is the difference between set and map in c++?

1136


What is the hardest coding language to learn?

1042


What are exceptions c++?

1046


What is the purpose of extern storage specifier?

1194