- 3
What is c and c++
C and c++ are General purpose programming language.
2 Answers
+ 4
60 savan Kathiriya
C is a procedural programming language which does not support classes and objects as a general.
And C++ is a combination of both procedural and object-oriented programming languages.
Your question and answer though correct are also incomplete as both tutorials define what each of the programming languages are.
These two languages run on different compilers as well ...
C++ is a subset of C as it is developed and takes most of its procedural constructs from the C language. Any C program will compile and run fine with the C++ compiler. ... However, programs written in C++ will not run properly on C compilers.
+ 4
Programming languages