difference between c and c++?
Answer Posted / abhisek pramanik
1] c is procedure oriented programing & c++ is object
oriented programing.
2] we can't do programing through class in c,but we can do
in c++.
3] c is top to bottom programing approach, c++ is bottom to
top programing approach.
4] c++ is high level language,c is low level language.
5] c++ accept all the feature & function of of c & its own
properties,but it is not happened in c.
6] data can move in c openly arround in the system from
function to function.In c++ data is hidden can't be
accessed by external function.
| Is This Answer Correct ? | 124 Yes | 18 No |
Post New Answer View All Answers
Where can I run c++ program?
Is the declaration of a class its interface or its implementation?
Define upcasting.
Is c++ the best programming language?
When does a name clash occur in c++?
Explain about Virtual Function in C++?
How do you clear a set in c++?
Write my own zero-argument manipulator that should work same as hex?
What are formatting flags in ios class?
What is linked list in c++?
Give an example of run-time polymorphism/virtual functions.
What is input operator in c++?
What is the main use of c++?
Why can’t you call invariants() as the first line of your constructor?
What is one dimensional array in c++?