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 are classes oop?
What is an interface in oop?
Which method cannot be overridden?
Why is polymorphism important in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism give a real life example?
Whats is abstraction in oops?
Why do we use class in oops?
How do you explain polymorphism?
Why do we use oops?
What is meant by oops concept?
What are the three main types of variables?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is abstraction in oops with example?
What is difference between polymorphism and inheritance?