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 does I oop mean?
What is abstraction encapsulation?
What are the advantages of polymorphism?
What is solid in oops?
What are two types of polymorphism?
What is the difference between a constructor and a destructor?
Write a program to sort the number with different sorts in one program ??
What is the difference between procedural programming and oops?
What is overloading in oops?
What are the 3 pillars of oop?
What does enum stand for?
What is for loop and its syntax?
How do you define social class?
Is data hiding and abstraction same?
Why do we use oop?