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 are the main differences between C and C++?



What are the main differences between C and C++?..

Answer / nashiinformaticssolutions

In terms of syntax, compilation, and basic memory, C and C++ are very similar. Nonetheless, the two languages differ in a few significant ways:

• While C++ is a multi-paradigm language that supports procedural programming and other programming philosophies, C is a procedural programming language.
• Unlike C++, C does not allow object-oriented programming principles like encapsulation and polymorphism.

• Namespace, reference variable functionality, operator overloading, and function overloading are among the new features that C++ provides.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Give example of a pure virtual function in c++?

0 Answers  


How many types of comments are there in c++?

0 Answers  


How a macro differs from a template?

0 Answers  


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


How many namespaces are there in c++?

0 Answers  


Which one is better- macro or function?

0 Answers   Fidelity,


Describe Trees using C++ with an example.

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


Describe linkages and types of linkages?

0 Answers  


What are the 4 types of library?

0 Answers  


Write about a nested class and mention its use?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


Categories