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
Why do we use oop?
What is methods in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is overriding vs overloading?
What is overloading and its types?
what's the basic's in dot net
What is the purpose of enum?
write knight tour problem which is present in datastructure
Why do we use class in oops?
What is abstraction oop?
What is coupling in oops?
What is difference between data abstraction and encapsulation?
What is use of overloading?
explain sub-type and sub class? atleast u have differ it into 4 points?
What language is oop?