+ 2

What are the differences between C and C++?

22nd Jul 2017, 5:33 PM
Indrajit Saha
Indrajit Saha - avatar
4 odpowiedzi
+ 3
C is a procedure oriented language, a C program would consist of modular approach (usage of functions). C++ is an object oriented programming language (OOPS!),which facilitates usage of classes and objects, overloading, inheritance features along with the C language features. Hence the name C++, which indicates that it is an incremented version of C ( post increment operator ++) with additional OOP feature added to C.
23rd Jul 2017, 9:20 AM
Aniruddha
Aniruddha - avatar
+ 2
thanks all of you
31st Jul 2017, 3:26 AM
Indrajit Saha
Indrajit Saha - avatar
+ 1
stdio.h and iostream
22nd Jul 2017, 6:22 PM
‎ ‏‏‎Anonymous Guy
0
Libraries.
22nd Jul 2017, 5:34 PM
josh mizzi
josh mizzi - avatar