answersLogoWhite

0

What are identifiers in C?

Updated: 12/19/2022
User Avatar

Wiki User

13y ago

Best Answer

If you know what BNF is:

Identifier -> Start Cont

Start -> letter | underline

Cont -> empty | (letter | underline | digit) Cont

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are identifiers in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

2 types of identifiers in C programming language?

1. identifiers beginning with a letter 2. identifiers beginning with an underscore


What is the identifiers in turbo c?

all keywords


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


What are the balance identifiers for disbursement accounting?

C, o, u, e


What are the balance identifiers for disbursement accounting stages?

C, o, u, e


Can a reserved word be used as an identifier name?

Identifiers are a bit more generic in the context of programming. If you mean, in terms of the C languages (C, C++, C#), the question is the reverse...keywords may NOT be used as identifiers. For example, you cannot use keywords such as "int", "float", "double", etc. as the names of variables or objects.


What is the exact definition of identifiers in c language?

An identifier is a name. All names must be declared with a type.


Are the identifiers name and NAME different in c?

If you mean 'are identifier of an object and nameof an object synonyms?', then yes, they are.


What is the maximum length allowed in difining a c variable?

In order to claim compliance with ANSI C standards, the minimum maximum for internal identifiers and macros is 63 characters, and external identifiers is 31 characters. Vendors are encouraged to avoid imposing a maximum value whenever possible.


What is the balance identifiers (BIDs) for disburesement Acounting stage?

Not o,e,r,u


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.


Which is correct Site's identifiers or sites' identifiers?

If you are referring to the identifiers of more than one site, it would be "sites' identifiers". Similarly, a "farmer's market" would be a market of a single farmer, a "farmers' market" would be a plurality of farmers forming a market.