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 general format for a prototype?

607


What are features of c++?

645


What is null and void pointer?

604


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

2094


When do we run a shell in the unix system? How will you tell which shell you are running?

560






What is an orthogonal base class in c++?

669


What do you mean by “this” pointer?

627


the first character in the variable name must be an a) special symbol b) number c) alphabet

613


Is there structure in c++?

604


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

845


Is swift faster than go?

625


Difference between pass by value and pass by reference?

618


Is ca high or low level language?

594


What is the use of ::(scope resolution operator)?

657


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3217