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 are virtual functions in c++?
What are guid?
To what does “event-driven” refer?
What is the use of typedef?
Can we sort map in c++?
What is type of 'this' pointer?
Is c++ a good beginners programming language?
what is oops and list its features in c++?
Is swift a good first language?
Are there any special rules about inlining?
What is a responder chain?
How do you clear a set in c++?
What is polymorphism and its type in c++?
What does catch(…) mean?
What is difference between rand () and srand ()?