what is the main difference between c and c++?
Answer Posted / manju kumari
1. c is structured programming languages while c++ is
partially object oriented programming languages.
2. In c,main function could not return a value while in c++
,main function should return a value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
class type to basic type conversion
Why is destructor used?
What is an advantage of polymorphism?
What is abstraction in oop with example?
which feature are not hold visual basic of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What does oop mean in snapchat?
Why do we use polymorphism in oops?
What are the 3 pillars of oop?
Can static class have constructor?
why reinterpret cast is considered dangerous?
What does and I oop mean in text?
What is the important feature of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
when to use 'mutable' keyword and when to use 'const cast' in c++