0
Which is better to learn C++ or C in terms of general purpose programming
5 odpowiedzi
+ 3
C++
Much much better than C
Because C doesn't have Object Oriented Programming where as C++ has!
Moreover, it is used for many purposes
+ 2
C allows only procedural programming. C++ offers morefeatures such as error handling, data security, scope management, information hiding, etc. However, for beginners, C language might be more straightforward and helpful in terms of understanding the main concepts of low-level programming.
+ 1
C is mid level language, and provides more control at hardware level. Good for system application.
C++ is a high level language, suitable for third-party applications.
+ 1
Start With C, End Up With C++!