+ 2
What is the major difference in C and C++.As after doing some lessons of C++ I found it quite similar to C. Im a begineer in C++
2 Respostas
+ 7
C++ is the newer and more powerful version of C. But often gives you trouble if you are not experienced.
+ 3
C is regarded as POP language and C++ is regarded as OOP language
C++ is C with classes