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 a constant reference?

816


What is the difference between #import and #include in c++?

818


What is input operator in c++?

772


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2289


What is array in c++ example?

836


Why do we need templates?

736


Explain selection sorting?

802


Give an example of run-time polymorphism/virtual functions.

743


what is COPY CONSTRUCTOR and what is it used for?

804


What is stl containers in c++?

768


Search for: what is pair in c++?

856


What is the difference between strcpy() and strncpy()?

839


What is a type library?

866


Why cstdlib is used in c++?

775


What relational operators if statements in c++?

880