answersLogoWhite

0

What the difference between c and c plus plus?

Updated: 8/17/2019
User Avatar

Wiki User

8y ago

Best Answer

The fundamental difference is that in C++ object-oriented programming (OOP) was added.

C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What the difference between c and c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between pointers in c and c plus plus?

Nothing.


Difference between void and devoid in c plus plus?

There is no such thing as devoid in C++.


What is the difference between be plus ing and get plus ing?

There are no such terms in C++.


What is the Difference between arrays in c and c plus plus?

Nothing whatsoever. They are exactly the same.


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What is the difference between cc plus plus and c sharp?

C# is inherited from c++ with some additional features


What is the difference between c plus plus and java programming?

Java doesn't have pointers. C++ has pointers.


What are the main differences between Java and C plus plus?

the difference is that c plus is better because you get big grades


What is the difference between statements in c plus plus charconstp and char constp?

There is no difference. Both statements are invalid.


Difference between java and C plus plus?

java is an advanced object oriented programming language than c++


Defference between c plus plus and c?

these are difference in between c and c++: a) C is a SPL and C++ is a OOP. b) C has not concept of object but C++ has this feature. c) C has not 'class' name data type but C++ has.


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.