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
What is setw manipulator in c++?
how to access grid view row?
Is java based off c++?
What are references in c++?
What is the basic concept of c++?
What do you know about near, far and huge pointer?
State two differences between C and C++.
What does flush do?
Why is it necessary to use a reference in the argument to the copy constructor?
What does it mean to declare a member function as static?
What is recursion?
What is the rule of three?
What is stack unwinding?
Can you pass a vector to a function?
Which one is a preferred language C or C++? Why?