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


Please Help Members By Posting Answers For Below Questions

Why is the function main() special?

630


Why do we need runtime polymorphism in c++?

562


Define pointers?

613


What is increment operator in c++?

564


Is java based off c++?

536






What is a dll entry point?

563


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

605


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

614


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

577


Is c++ primer good for beginners?

593


What is a class template?

593


What problems might the following macro bring to the application?

626


Why c++ is better than c language?

567


What operator is used to access a struct through a pointer a) >> b) -> c) *

597


What is the difference between a declaration and a definition?

584