There are many difference between the C and C++. Some of them are as follows:
C is the procedural oriented language, where as C++ is an Object oriented language
The default header file used in C language is stdio.h and in C++ it is iosteam.h
C language does not support the OOPS concept, but C++ is based on the OOPS concept.
Programs written in C are stored with the extension .c and the programs written using C++ are stored with the extension .cpp
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|