difference between c and c++?
Answer Posted / abc
'c' language has pointer concept but c++ hasn't pointer
concept.
2.c is a middle level language
3.c++ oops.
4c++ has inheritance concept but c has not inheritance
concept
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain function overloading and operator overloading.
How long it will take to learn c++?
What is the difference between structures and unions?
Which c++ operator cannot overload?
How will you call C functions from C ++ and vice-versa?
Where is atoi defined?
What are the differences between malloc() and calloc()?
Write about the scope resolution operator?
Define a pointer to a data member of the type pointer to pointer?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the difference between multiple and multilevel inheritance in c++?
Explain stack unwinding.
Explain what are accessor methods?
Define a conversion constructor?
Is the declaration of a class its interface or its implementation?