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
Is swift faster than go?
What are the vectors in c++?
What is else if syntax?
When does a 'this' pointer get created?
Explain bubble sorting.
What is a map in c++?
Can we overload operator in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Why main function is special in c++?
What does int * mean in c++?
How does com provide language transparency?
Tell me difference between constant pointer and pointer to a constant.
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is problem with overriding functions?
Define linked lists with the help of an example.