difference between c and c++?
Answer Posted / shilpa
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 ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is stl containers in c++?
What is a sequence in c++?
What is iostream in c++ used for?
What is c++ runtime?
What is the use of namespace std in C++?
What do the keywords volatile and mean mutable?
What is the insertion operator and what does it do?
Why is main an int?
Do you know about latest advancements in C++ ?
Describe private, protected and public – the differences and give examples.
What is the difference between structure and class?
How can virtual functions in c++ be implemented?
Explain linear search.
Is c++ the hardest programming language?
Is main a class in c++?