+ 3

What is main difference between c & c++ ?

c++

10th Apr 2017, 4:54 PM
Rahul Bharuka
Rahul Bharuka - avatar
6 Answers
+ 3
c is not object oriented
10th Apr 2017, 5:07 PM
η=sqrt(Ό/Δ)
η=sqrt(Ό/Δ) - avatar
+ 21
operater and function overloading are not possible in c but in CPP C is middle level language CPP is high level c programs are divided into modules and procedures where as CPP programs has functions and Classes
11th Apr 2017, 5:00 AM
Prudhvi Raaj
Prudhvi Raaj - avatar
+ 13
C is a procedural language whereas C++ is object oriented..hence also called C with classes.
11th Apr 2017, 4:41 AM
StillSoul‌‌‌‌‌‌‌‌‌‌‌‌‌‍
StillSoul‌‌‌‌‌‌‌‌‌‌‌‌‌‍ - avatar
+ 5
******************(C vs C++)******************* C 1) it was studied in 1st year. 2) it is just C. 3) it was taught by Vivek Prakash Sahu Sir. C++ 1) it was studied in 2nd year. 2) it is not just C. it is C++ with ++ post increment operator. 3) it was taught by Prem Chandrakar Sir. ************************************************
11th Apr 2017, 4:30 AM
Ajay Agrawal
Ajay Agrawal - avatar
+ 1
C is structural, imperative language that close to architecture of computer. C++ is C language that has object oriented features. Oop features are polymorhpism, inheritance and encapsulation. C# and Java are pure object-oriented language. They have syntax like c language.
21st Apr 2017, 4:02 PM
Ilhan Ozkan
Ilhan Ozkan - avatar