0
What is basic difference between c and c++?
7 Answers
+ 2
The programming paradigm. C is considered a functional programming language, C++ is actually multi-paradigm as it not only supports functional programming, it also supports object orientated programming, templates etc.
+ 1
c is a procedural oriented language
c++ is a object oriented language
0
thanks
0
No prob :-)
0
c ++ is especially design for classes
in which private public and protected types are declare wheareas in c nothing (public private protected)
- 1
c is used in printf and scanf.... and c++ is used in cout and cin.. hope u got it
- 1
c is a top to bottom procedural oriented programming language while c++ is a bottom to top object oriented programming language