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 the use of main function in c++?
How many types of classes are there in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Is c++ platform dependent?
What are references in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
How does a C++ structure differ from a C++ class?
What is & in c++ function?
Where can I run c++ program?
What is DlgProc?
How can you link a c++ program to c functions?
What is ios class in c++?
Explain dangling pointer.
what is Member Functions in Classes?
Why is main function important?