difference between c and c++?
Answer Posted / satish kumar
* c is the procedure oriented programing
* C++ IS THE OBJECT ORIENTED PROGRAMING.
* C GIVE THE IMPORTANCE ON THE PROCEDURE INSTATED IN THE
DATA
* A COMPUTER LANGUAGE IS ONE OF THE WHICH CAN BE USED IN
THE COMMUNICATE WITH IN THE PROGRAM IN THE COMPUTER .C++ IS
AN OBJECT ORIENTED PROGRAMING LANGUAGE. IT WAS DEVELOPED
BY "BJAME STROUSTARP" AT AT&BELL LAB'S IN 1980'S
* C++ IS AN EXTENXION OF THE C WITH MAJOR ADDTITON OF THE
CLASS CONSTRUCT FEATURES.
* THE OTHER IMPORTANT FEATURES OF THE C++ ARE CLASSES,
INHERITANCE, FUNCTION OVERLAPPING ,OPERATOR OVERLODING.
* THE C++ IS A COLLECTION OF THE FUNCTIONS.
* C++ IS A FREE FORM LANGUAGE.
* C++ STATEMENTS TERMINATE WITH ;(SEMI COLON)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain selection sorting. Also write an example.
What does std :: flush do?
What is function declaration in c++ with example?
Is dev c++ free?
What is iterator c++?
What is object in c++ wikipedia?
What is the difference between ++ count and count ++?
What is an adaptor class in c++?
What is namespace std; and what is consists of?
What is the meaning of c++?
How to declare a pointer to an array of integers?
Is python better than c++?
What is the best c++ book for beginners?
What are associate containers?
Why null pointer is used?