what is the main difference between c and c++?
Answer Posted / s.kannigaarasu
C gives importance to procedure. That is functions rather
than data. The main function couldnot return a value. It is
dont support c++ programme.
C++ gives importance to object that is data. The main
function should return a value. It is support c programme.
| Is This Answer Correct ? | 180 Yes | 41 No |
Post New Answer View All Answers
Who invented oop?
What is polymorphism and its types?
What is the problem with multiple inheritance?
What are oops methods?
why reinterpret cast is considered dangerous?
Which language is pure oop?
Why do we use class?
What is the point of polymorphism?
What is use of overloading?
What do you mean by abstraction?
Explain the concepts involved in Object Oriented programming.
What is difference between data abstraction and encapsulation?
what type of questions
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why is there no multiple inheritance?