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
How does c++ sort work?
What is the disadvantage of using a macro?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is abstract keyword in c++?
Why we use #include iostream in c++?
What is jump statement in C++?
Explain abstraction.
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is heap sort in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Give example of a pure virtual function in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
How do you clear a map in c++?
What is the most powerful coding language?