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
Explain selection sorting. Also write an example.
What are the benefits of oop in c++?
Explain the auto storage classes in c++.
Is recursion allowed in inline functions?
Why cout is used in c++?
What is stl containers in c++?
What is the meaning of c++?
What are the methods of exporting a function from a dll?
Can I create my own functions in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What does std :: flush do?
What is copy constructor? Can we make copy constructor private in c++?
what is upcasting in C++?
How would you find out if a linked-list is a cycle or not?
Does c++ support exception handling?