difference between c and c++?
Answer Posted / muneeswari
c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model
| Is This Answer Correct ? | 55 Yes | 8 No |
Post New Answer View All Answers
how to access grid view row?
What are built-in functions? What is the syntax for the definition?
What do you know about near, far and huge pointer?
Explain what are mutator methods in c++?
What are c++ files?
What is the rule of three?
Can we define a constructor as virtual in c++?
Is c better than c++?
Is c++ the hardest language?
What does asterisk mean in c++?
Const char *p , char const *p What is the difference between the above two?
If you don’t declare a return value, what type of return value is assumed?
How can I improve my c++ skills?
Which one is better- macro or function?
Explain 'this' pointer and what would happen if a pointer is deleted twice?