what is the main difference between c and c++?
Answer Posted / akrita agarwal
Operator and function overloading
Operator and function overloading is not supported by C. If a function has a name, then that function can't use in the program again. But using C++, that is possible. You can use the same function name with different arguments.
Char string limit
C can only recognizes first 32 char of string. But C++ doesn't pose this type of limitation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the data types in oop?
Can a destructor be called directly?
What do you mean by abstraction?
Can abstract class have normal methods?
write knight tour problem which is present in datastructure
write a program to find 2^n+1 ?
Please send ford technologies placement paper 2 my mail id
What are two types of polymorphism?
What is this pointer in oop?
What is class in oop with example?
Why do we use class?
Which language is not a true object oriented programming language?
How to improve object oriented design skills?
What is destructor example?
What is overriding in oop?