answersLogoWhite

0

All C++ keywords are reserved, as are all variable and function names that begin with two leading underscores.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Is score a reserved word in the C plus plus programming language?

No.


What is swap in c plus plus programming language?

It is not a reserved word, so can be an identifier (name of a type/variable/function).


Is it possible to declare a keyword as an identifier in c plus plus?

No. Keywords are reserved and cannot be used as identifiers. However, C/C++ is case-sensitive. So although register is a reserved keyword, Register is not.


Bagian syntax yang di gunakan c plus plus?

C++ uses a syntax that is exactly the same as in C, with the addition of reserved words that are specific to C++. C ++ menggunakan sintaks yang persis sama seperti di C , dengan penambahan kata-kata reserved yang khusus untuk C++.


What is meaning of keyword in c language?

'Keyword' is a synonym for 'reserved word', it is not specific to C language.


Why you use class keyword in c?

You may use it as an identifier, because it is not a reserved word in C.


Is hello is an identifier token?

Yes. The word "hello" can be an identifier token. It is not a reserved word in C or C++, and it meets the criteria for being an identifier.


Why you use else function in c language?

You cannot have a function named else, because it is a reserved word.


Reserved word in assembly language program?

use of reserved word in assembly language


How java use extern key word which is used in C plus plus?

No extern keyword in Java.


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c