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
Is dev c++ free?
Explain the concept of friend function in c++?
What is function prototyping? What are its advantages?
Which one is better- macro or function?
How does the copy constructor differ from the assignment operator (=)?
What is near, far and huge pointers? How many bytes are occupied by them?
Write is a binary search tree? Write an algo and tell complexity?
What do you understand by zombie objects in c++?
What is buffering in c++?
What is a modifier in c++?
What do you mean by “this” pointer?
How do c++ struct differs from the c++ class?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What are the differences between malloc() and calloc()?
What is the auto keyword good for in c++?