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


Please Help Members By Posting Answers For Below Questions

What is data hiding c++?

595


Is vector a class in c++?

589


Can a built-in function be recursive?

576


Explain the uses oof nested class?

620


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

734






What is the full form of stl in c++?

668


Please explain class & object in c++?

596


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

582


Why do we use structure in c++?

568


Can notepad ++ run c++?

536


Explain deep copy?

599


C is to C++ as 1 is to a) What the heck b) 2 c) 10

633


What is a dangling pointer in c++?

648


What are smart pointers?

666


What is enum c++?

603