1.

What Is The Difference Between C And C++ ?

Answer»
  • C is a procedural language on the other hand c++ is an object oriented language.
  • C follows top down approach, c++ follows BOTTOM up approach.
  • C is a low level language, c++ is a middle level language.
  • Input and putput functions differs in the two languages, c uses printf and scanf whereas c++ uses >> and &LT;< as input and output OPERATORS.
  • C++ can be broken down to solve real world problems which is not the case in c.



Discussion

No Comment Found