Get Answers to all your Questions

header-bg qa

Diff bw c and c++

Answers (1)

best_answer

Below are some of the difference between C and C++: 

  • C has 32 Keywords whereas C++ has 63 Keywords. 
  • C is a procedural programming and C++ is an object-oriented programming. 
  • C++  has features like encapsulation, polymorphism but C does not. 
  • Header file in C is Studio.h but in C++ its iostream.h
Posted by

Deependra Verma

View full answer