difference between c and c++?

Answer Posted / nagalaxmi thumma

-> C is a Procedure language where as C++ is object-oriented
language.

->C is Low Level language where as C++ is High Level Language.

->C is Top-Down Approach where as C++ is Bottom-up Approach.

->C++ accept all the feature & function of of C and its own
properties,but C doesn't accept all features & Functions of C++.

->C gives importance to the Functions and Procedures where
as C++ gives importance to the Objects.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does c++ sort work?

750


What is the disadvantage of using a macro?

795


What is command line arguments in C++? What are its uses? Where we have to use this?

848


What is abstract keyword in c++?

816


Why we use #include iostream in c++?

768


What is jump statement in C++?

785


Explain abstraction.

824


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3556


Can non-public members of another instance of the class be retrieved by the method of the same class?

814


What is heap sort in c++?

841


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

2053


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

798


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

777


How do you clear a map in c++?

815


What is the most powerful coding language?

816