which programming language is more difficult c or c++ and how they r different from each other..???
Dear Student,
both programming languages c and c++ are difficult and easy in their own respect. However c++ language is a programming language which is essentially built upon c and supports all the features of c. C++ is an object oriented language which means that it includes classes, inheritance, polymorphism, data abstraction and encapsulation and has a good stack of library functions.
When it comes to learning you can learn c language faster as it has fewer concepts and c++ is vast.