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 setw manipulator in c++?

793


how to access grid view row?

1983


Is java based off c++?

713


What are references in c++?

868


What is the basic concept of c++?

737


What do you know about near, far and huge pointer?

786


State two differences between C and C++.

797


What does flush do?

752


Why is it necessary to use a reference in the argument to the copy constructor?

839


What does it mean to declare a member function as static?

798


What is recursion?

1163


What is the rule of three?

757


What is stack unwinding?

786


Can you pass a vector to a function?

725


Which one is a preferred language C or C++? Why?

816