answersLogoWhite

0

Not much. Examples, that are possible in C only:

char str3[3] = "ABC";

int new;

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Where can you download c plus plus?

C++ is a language specification rather than a specific implementation of the language. Visual C++ is a specific implementation as is GCC. Specific implementations can be downloaded from the appropriate implementer's websites. E.g., Visual C++ is available from Microsoft while GCC is available from the GNU Compiler Collection website.


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


What are the books to study C Plus Plus?

Smart-C: Complete Programming Book available on Flipkart (Rating - 5 Star) The book deals with one such Great programming language “C”. The book is designed to help the reader program in C. Great care has been taken in making the content interesting and understandable. Each module is added with multiple graphic images to make content easily understandable


What is the significance of c plus plus?

C++ is an object oriented programming language


What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.


Is c plus plus a structured language?

Yes


Who created 'C Plus Plus ' language and when?

C ++ is a computer progamming language just like Java, Python and Perl or even its predecessor 'C'.


Can you rewrite a cuda file in c c plus plus language?

Yes, you can rewrite a cuda program originally written in c in c plus plus.