difference between c and c++?
Answer Posted / asri
c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language
| Is This Answer Correct ? | 393 Yes | 36 No |
Post New Answer View All Answers
Write about the local class and mention its use?
Does dev c++ support c++ 11?
Describe the setting up of my member functions to avoid overriding by the derived class?
Why c++ is so important?
What is the difference between the parameter to a template and the parameter to a function?
Can a program run without main?
What do you mean by late binding?
Explain virtual destructor?
Do you know about latest advancements in C++ ?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Can you explicitly call a destructor on a local variable?
Explain function overloading
What is difference between c++ 11 and c++ 14?
Why c++ is called oop?
What is protected inheritance?