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
What is else syntax in c++?
What is the use of 'using' declaration in c++?
What is a class definition?
Is there structure in c++?
Is c++ built on c?
What is one dimensional array in c++?
What is array give example?
What is flag in computer?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Write a program to find the reverse Fibonacci series starting from N.
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is c++ programming language?
What is the history of c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Define a pdb file.