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
What are default parameters? How are they evaluated in c++ function?
When must you use a pointer rather than a reference?
Is atoi safe?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Do you know about latest advancements in C++ ?
Which bit wise operator is suitable for putting on a particular bit in a number?
If a function doesn’t return a value, how do you declare the function?
Explain the differences between private, public and protected and give examples.
What is implicit conversion/coercion in c++?
Explain the difference between c++ and java.
What are the advantages of early binding?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the exit function in c++?
How can virtual functions in c++ be implemented?
What is endl?