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
When does the c++ compiler create temporary variables?
Define copy constructor.
Is c++ still being used?
Can you please explain the difference between static and dynamic binding of functions?
What is the limitation of cin while taking input for character array?
what are the types of Member Functions?
What is the use of 'this' pointer?
What is a memory leak c++?
Do class declarations end with a semicolon? Do class method definitions?
What is the full form nasa?
Why do we use pointers in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Eplain extern keyword?
How many standards of c++ are there?
What is null c++?