answersLogoWhite

0


Best Answer

Yes, the C++ programming language is an enhanced version of the C Programming language.

Of note: to increment a variable by 1 in C, you could type myInt++ (i.e. for(int i = 0; i < 1; i++). C++ was named C++ because it is one step above C (C + 1).

User Avatar

Wiki User

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

Wiki User

10y ago

No. Java is not an enhanced version of C++ -- they are completely separate languages. The only thing they have in common is that they use a fairly similar syntax. However, Java is an entirely object-oriented programming language. C++ supports OOP but is fundamentally procedural, like C, from which it originated. Java compiles to byte code (suitable for interpretation by any Java virtual machine) whereas C++ compiles to platform-specific, native machine code. C++ therefore performs much better than Java, but needs to be compiled separately on each supported platform (Java programs will run on any supported platform without the need to recompile). Java is a good deal more abstract than C++, which makes it much easier to program any machine, but also makes it less efficient since the programmer has little or no access to the underlying hardware, and therefore cannot exploit the hardware's specific features.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

In a way. It uses much of the C syntax, but so do many other programming languages. But basically, the Java language has been redesigned from scratch. It does many things quite differently from C, and does not maintain compatibility with the C language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The programming language C is an enhanced version of the programming language C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was C - programming language - created?

C - programming language - was created in 1972.


Full form of programming C?

Before C there was BCPL -- Basic Combined Programming Language -- which influenced a language called "B". Then a new language developed as an enhanced version of B, so it was named C.


What programming language is Android written in?

Android is programmed in the C and C++ programming language.


Why is programming language named C?

C derives from a programming language called B, that existed before it. Since C was something of a successor to it, to indicate the advancement from B., the language is called C, the next letter.


What do you mean by c language?

C is a programming language.


Name of object oriented programming language?

C++ is the name of a programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Websites to download c C programming language books?

Download 1000s of C C C++ Programming Language. http://www.guruengineers.com


Who are the ancestors of C programming language?

programming languages B and BCPL which was used to derive C


Why is programming language named C and not simply C?

I am guessing you typed the question wrong, the way I understand your question is "Why is the programming language named C++ and not C ? " The answer to this is that there is a programming language called C, and in that programming language the ++ means increment by one. So C++ is the language C improved, as such it can read and compile all C programs in addition to having other features that C does not have.


Can you create class in 'c'?

Class acts as an encapsulation of attributes and methods, that is used by an object oriented programming (OOP) language. Since C is not an OOP, its a structural programming language, one can not create classes in C. That is why OOP version of C was developed called C++, where one can work with classes.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.