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
Describe private, protected and public?
Describe delete operator?
What is the difference between interpreters and compilers?
Why c++ is so important?
What is singleton pattern in c++?
What is scope resolution operator in c++ with example?
what is VOID?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Implement stack operations with pointers with appropriate exception checks.
What is isdigit c++?
What are files in c++?
What are abstract data types in c++?
What is the keyword auto for?
How can I improve my c++ skills?
What is the average salary of a c++ programmer?