difference between c and c++?

Answer Posted / satish kumar sinha

*c is the procedure oriented programing.
*c++ is the object oriented programing.
*c give the important on the procedure istade of data.
*c++ give the important on the data.
*c the data can pass through the fuction to fuction.
*c++ the data is hide in the fuction and the data is stolen
through the external function.
*c is the low level language.
*c++ is the high level language.
*c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.

Is This Answer Correct ?    54 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is while loops?

611


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.

2077


What is tellg () in c++?

717


Explain what you mean by a pointer.

619


Why we use #include conio h in c++?

587






Are c and c++ similar?

580


Write a program to find the reverse Fibonacci series starting from N.

600


How can a called function determine the number of arguments that have been passed to it?

654


What are protected members in c++?

611


Why do we use the using declaration?

654


Do we have to use initialization list in spite of the assignment in constructors?

559


Does std endl flush?

601


What is lambda in c++?

573


What do you mean by delegate? Can a user retain delegates?

518


What is c++ code?

580