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
How are virtual functions implemented in c++?
Define friend function.
What is the difference between containment and delegation?
describe private access specifiers?
What is &x in c++?
Why do we use templates?
Explain one-definition rule (odr).
How does work in c++?
What are c++ storage classes?
What are the unique features of C++.
What is c strings syntax?
Define macro.
Can static member variables be private?
What is the basic structure of c++ program?
which of the following is not an secondary constant a) array b) real c) union