what is the main difference between c and c++?
Answer Posted / ricky dobriyal
c does not support default argument while c++ support
default argument
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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.
what is different between oops and c++
Which language is pure oop?
What is destructor oops?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is the important feature of inheritance?
What are different oops concepts?
why reinterpret cast is considered dangerous?
What is overriding in oop?
What is object in oop?
Can we define a class within the interface?
What is persistence in oop?
What are the benefits of polymorphism?
Who invented oop?
What is object and example?