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

How do I write a c++ program?

596


What is c++ good for?

585


What is an accessor in c++?

618


Why struct is used in c++?

618


What is the keyword auto for?

571






What is #include ctype h in c++?

665


How will you call C functions from C ++ and vice-versa?

657


what is pre-processor in C++?

591


How come you find out if a linked-list is a cycle or not?

571


What is type of 'this' pointer?

596


What is the size of integer variable?

592


Write a code/algo to find the frequency of each element in an array?

601


What are the benefits of oop in c++?

584


What is virtual base class?

567


What is scope operator in c++?

565