answersLogoWhite

0


Best Answer

THE DIFFERENCE BETWEEN c&c++ IS JST THAT c++ IS MODIFIED LANGUAGE AND IT IS A HOGH LEVEL LANGUAGE AS COMPARED c IS A LOW LEVEL LANGUAGE

C++ was developed as a better 'C' language. In addition, C is a procedural language only, and C++ has both procedural language features and object oriented features.

Both are considered high level languages.

C++ is an addition to C. C only allows you to write programs as a list of instructions (procedure), while C++ allows you to write separate objects, and link them together to produce a piece of software.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

The main difference is that C++ supports object-oriented programming (OOP) while ANSI C does not. Although C++ fully supports ANSI C, you do not need to know any ANSI C to learn C++. They are in fact two separate disciplines. While a C++ programmer can quite easily use ANSI C when it is appropriate to do so, it is not quite so simple the other way around, unless you are familiar with the principals of OOP.

The flexibility of C++ is such that you can pick and choose whether to use OOP or use more traditional ANSI C methods, or mix both. Structures and procedural programming are common to both, with only slight differences in syntax, but code re-usability is more easily attained with OOP and is generally much easier to work with.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The main difference is that C++ is an object-oriented extension of C. Indeed, C++ was originally called "C with Classes". Since C++ is derived from C, everything you can do in C you can also do in C++, with only relatively minor changes to suit C++ coding conventions. However, the reverse is not true; C is not forwardly compatible with C++ due to the inclusion of object-oriented principals.

This answer is:
User Avatar

User Avatar

Wiki User

17y ago

"C" is a structured programming language, function based, simple and compact. C++ is an object oriented programming language, but many people just use it as a "better C".

This answer is:
User Avatar

Add your answer:

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

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 c plus plus and java programming?

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


Difference between java and C plus plus?

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


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


What is the difference between CA and C plus plus?

CA is an abbreviation for chartered accountant (Ca is the chemical symbol for calcium, which is an element). C++ is a programming language. If you actually meant what is the difference between C and C++ programming languages, then the main difference is that C++ incorporates object-oriented programming whereas C does not. Otherwise both languages are largely the same, insofar as most C programs will compile under C++ with relatively minor modification.


What the difference between c and c plus plus?

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.


What is difference between Informatics practice and c plus plus?

Informatics is, broadly speaking, the science of information (amongst other things). C++ is, specifically, a cross-platform, general purpose, programming language.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


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

Nothing.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


What is the difference between Pro log and C plus plus language?

Prolog is a high-level general purpose logic programming language, typically used in artificial intelligence applications. C++ is an intermediate-level general purpose programming language, suitable for a broad range of applications.