Hello guys....!
What is the difference between C and C++....? Your suggestions will be highly appreciated...Thanks in advance...!
Printable View
Hello guys....!
What is the difference between C and C++....? Your suggestions will be highly appreciated...Thanks in advance...!
In short, C++ is a form of C that allows object oriented programming and C++ has a larger standard library.
There are some other smaller differences, but these are the most significant ones.
Another difference (in coding):
:wave:Code:C C++ Use
printf() cout To print the output
scanf() cin To read the input