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
Specify different types of decision control statements?
What are references in c++? What is a local reference?
Distinguish between a # include and #define.
What is difference between class and structure in c++?
What is an iterator class in c++?
Is c++ platform dependent?
Define a nested class. Explain how it can be useful.
What are keywords in c++?
When does the c++ compiler create temporary variables?
Which c++ operator cannot overload?
Explain the difference between new() and malloc() in c++?
Can circle be called an ellipse?
What are the types of pointer?
What is the main purpose of overloading operators?
Describe the setting up of my member functions to avoid overriding by the derived class?