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
How would you use qsort() function to sort an array of structures?
What is the main purpose of overloading operators?
Why is c++ so fast?
What are put and get pointers?
Why do we need pointers?
Is python written in c or c++?
Is recursion allowed in inline functions?
Define what is constructor?
what Is DCS ? what i will get benefit when i did?
What is data binding in c++?
Is there a sort function in c++?
Why namespace is used in c++?
Mention the purpose of istream class?
What is the use of namespace std in C++?
What are the advantages of c++?