rohit kamalasanan
rohit kamalasanan voted up Rajat Dhande's answer

C++ is Multi-Paradigm ( not pure OOP, supports both procedural and object oriented) while C follows procedural style programming.
  In C data security is less, but in C++ you can use modifiers for your class members to make it inaccessible from outside.
  C follows top-down approach ( solution is created in … Read more

rohit kamalasanan
rohit kamalasanan voted up Rajat Dhande's answer

C++ is Multi-Paradigm ( not pure OOP, supports both procedural and object oriented) while C follows procedural style programming.
  In C data security is less, but in C++ you can use modifiers for your class members to make it inaccessible from outside.
  C follows top-down approach ( solution is created in … Read more

rohit kamalasanan
rohit kamalasanan answered Nishi Garg's question

C++ is Multi-Paradigm ( not pure OOP, supports both procedural and object oriented) while C follows procedural style programming.
  In C data security is less, but in C++ you can use modifiers for your class members to make it inaccessible from outside.
  C follows top-down approach ( solution is created … Read more