what is the main difference between c and c++?
Answer Posted / annie
1)C is procedure oriented language whereas c++ is object
oriented language.
2)C uses top down approach whereas c++ uses bottom up approach.
3)We can declare variables in the body of main() at the
beginning whereas we can declare variables anytime in c++
when we want to use them.
4)There is no concept of operator overloading in c whereas
there is a concept of operator overloading in c++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
What is object and example?
what is different between oops and c++
What is data binding in oops?
Why is oop useful?
Get me an image implementation program.
officer say me - i am offered to a smoking , then what can you say
Explain virtual inheritance?
Get me a number puzzle game-program
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Advantage and disadvantage of routing in telecom sector
What is destructor give example?
what are the ways in which a constructors can be called?
Why is there no multiple inheritance?
What is polymorphism what is it for and how is it used?