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 a base class?
What is the default width for ouputting a long integer using the insertion operator?
What is c++ namespace?
What is the most powerful coding language?
Define pure virtual function?
Write a program which uses functions like strcmp(), strcpy()? etc
Does c++ have foreach?
What is the arrow operator in c++?
What are the various arithmetic operators in c++?
Explain pass by value and pass by reference.
What is capacity in vector in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Define macro.
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
List the types of polymorphism in c++?