+ 2
What is the difference between c and c++ . What is the main reason for using c++ rather than c
7 odpowiedzi
+ 3
Check here.
https://code.sololearn.com/W9CF8yxlb1ww/?ref=app
+ 4
So simple c++ is an updated version of c you can understand as we use post increment operator in char c to get c++.
+ 3
Higher level programming is easier with C++.
+ 2
C++ is like C on steroid.
+ 2
C++ provides you features like data manipulation and data encapsulation
Which c cannot provide
+ 1
Object oriented programming is possible with C++ but not C.
+ 1
I know that C is not object oriented while C++ is.
Also i know that C is mostly used in embeded system development.