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 the programmer of a class should decide whether to declare member function or a friend function?
What is the difference between prefix and postfix versions of operator++()?
write a programme to get a character and thier ASCII value
What is c++ mutable?
Is java a c++?
What are c++ variables?
What is the exit function in c++?
What is flush c++?
What is vector string in c++?
What is auto type c++?
Can we inherit constructor in c++?
What are the 3 levels of programming languages?
What is dynamic and static typing?
What is the difference between multiple and multilevel inheritance in c++?
What is bubble sort c++?