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
What is c++ manipulator?
What is an adaptor class or wrapper class in c++?
What is &x in c++?
Is c++ the hardest language?
Is c better than c++?
Can java be faster than c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
How many characters are recognized by ANSI C++?
What are the differences between malloc() and calloc()?
What is vector pair in c++?
Where and why do I have to put the "template" and "typename" keywords?
What does obj stand for?
What is object in c++ wikipedia?
What is a terminating character in c++?
What do you mean by friend class & friend function in c++?