Answer Posted / 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 View All Answers
Explain differences between new() and delete()?
Why iomanip is used in c++?
Why are pointers used?
Will a catch statement catch a derived exception if it is looking for the base class?
Explain what is oop?
What is the difference between map and hashmap in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Which operations are permitted on pointers?
What are the advantages of c++? Explain
What are stacks? Give an example where they are useful.
What is c++ programming language?
What is iomanip c++?
When does a 'this' pointer get created?
Describe delete operator?
What is data structure in c++?