answersLogoWhite

0

C++ allows you to mix object oriented programming with generic programming and C-style programming. C has none of these features.

C-style programming and C Programming are broadly similar, with only minor differences, most of which are irrelevant. As such, it is very rarely necessary to use a lower-level language than C++.

The static type system in C is inherently weak; filled with loopholes and inconsistencies. C++ is much more robust by comparison.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

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 are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


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

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


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.


Difference between java and C plus plus?

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


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

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


Put these programming languages in order from oldesr to newest basic c plus plus cobol?

cobolbasicc++


How can you download c c plus plus language in Hindi addition?

You cannot download programming languages!


What is the difference between c and c plus plus and c minus minus?

The main difference between the two is that C++ is an object oriented programming language while C is a structured programming language. Although C++ is derived from C, they are in fact completely separate languages that share a common syntax. However, C++ is backwardly compatible with C so while you may include C-style code within C++ programs, you cannot include C++ code in C programs.


How we can install the c and c plus plus?

You cannot 'install' programming languages. Instead, you can try to install a compiler or an IDE.


What is the difference of C to C plus plus and Dev C?

C and C++ are both programming languages whereas Dev C++ is an implementation of C/C++. Dev C++ is free, was written in Delphi and includes the MinGW compiler.


What is the difference between simulater and c c plus plus etc languages?

A simulator is a computer program which reproduces the behaviour of one system upon another system. Computer languages are used to create computer programs.