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
Explain overriding.
What are the main features of c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What does I ++ mean in c++?
How do I get good at c++ programming?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the use of 'using' declaration in c++?
Keyword mean in declaration?
Name the debugging methods that are used to solve problems?
How does work in c++?
Is map thread safe c++?
What do you understand by zombie objects in c++?
Briefly describe a B+ tree. What is bulk loading in it?
Write some differences between an external iterator and an internal iterator?
Give 10 points of differences between C & C++.