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
What do you mean by vtable and vptr in c++?
What is the use of setfill in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
What are the advantages of using pointers in a program?
Define whitespace in C++.
What is null c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What do you mean by a template?
What is the difference between multiple and multilevel inheritance in c++?
How can I disable the "echo" feature?
What is using namespace std in cpp?
What is diamond problem in c++?
What is c++ coding?
What is runtime errors c++?
Why is main function important?