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
How to allocate memory dynamically for a reference?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is a null object in c++?
What is double in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the most useful programming language?
Why are pointers used?
What is abstraction in c++ with example?
Why use of template is better than a base class?
What are the uses of c++ in the real world?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are libraries in c++?
Which is the best c++ software?
Differentiate between late binding and early binding. What are the advantages of early binding?