what is the main difference between c and c++?
Answer Posted / krushna priya nath
A function can be declared in C as int fun();. This means
that fun()is a function without any argument or any number
of arguments.But in C++, this means that the function with
no argument at all.
| Is This Answer Correct ? | 613 Yes | 267 No |
Post New Answer View All Answers
What is an advantage of polymorphism?
What is abstraction with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the data types in oop?
Can bst contain duplicates?
Whats oop mean?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the difference between inheritance and polymorphism?
What is the difference between a mixin and inheritance?
What is byval and byref? What are differences between them?
How is polymorphism achieved?
What is overriding in oop?
What is inheritance write a program to show use of inheritance?
What are objects in oop?
Why do we use class?