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 is balance factor?
Can enum be null?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do while loop is used?
What is inheritance in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why is there no multiple inheritance?
Which language is not a true object oriented programming language?
Why multiple inheritance is not possible?
What is persistence in oop?
Can main method override?
Who invented oop?
What is polymorphism what are the different types of polymorphism?
What does oop mean in snapchat?
What is the real life example of polymorphism?