difference between c and c++?
Answer Posted / umamaheswari.k
1.'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 ? | 38 Yes | 41 No |
Post New Answer View All Answers
What is the best c++ compiler?
What are member functions used in c++?
Is java a c++?
What is the main purpose of overloading operators?
What is c++ coding?
Which one between if-else and switch is more efficient?
What is pointer to member?
What is problem with overriding functions?
How would you use the functions memcpy(), memset(), memmove()?
What is a rooted hierarchy?
By using c++ with an example describe linked list?
When should overload new operator on a global basis or a class basis?
What is c++ array?
What information can an exception contain?
Differentiate between a pointer and a reference with respect to c++.