answersLogoWhite

0

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

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

2 types of identifiers in C programming language?

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


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

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


Is c sharp scripting language?

What is a scripting language? If you know the answer to this, then you can determine C# fits to the definition or not.


What is the identifiers in turbo c?

all keywords


Definition of Identifier in C Language?

Identifiers or symbols are the names you supply for variables,type,function and labels.Identifiers names must differ in spelling and case from any keyword.you cannot use keyword as an identifier.you can create an identifier by specifying it in the declaration of a variable,type or function.


Definition of directories in c?

Directories have nothing to do with a programming language.


Definition for call by value in c?

This is the only possible way of parameter-passing in C language.


Definition of buffer in assembly language?

its just like a string of c++


What are words that make up a high-level programming language called?

Some languages have specific terms, however keyword or reserved word is the general terminology we use when referring to a programming language's primary vocabulary. That is; words that cannot be used as identifiers. However, some languages also have contextual keywords. For instance, C++ has final and override contextual keywords. These can be used as both identifiers and keywords, depending on the context. The only reason for this is that people were using these words as identifiers before they were introduced to the language (in C++11) and making them actual keywords would have broken a lot of older code.


What are the balance identifiers for disbursement accounting?

C, o, u, e


What are the words that make up a high level programming language called?

Some languages have specific terms, however keyword or reserved word is the general terminology we use when referring to a programming language's primary vocabulary. That is; words that cannot be used as identifiers. However, some languages also have contextual keywords. For instance, C++ has final and override contextual keywords. These can be used as both identifiers and keywords, depending on the context. The only reason for this is that people were using these words as identifiers before they were introduced to the language (in C++11) and making them actual keywords would have broken a lot of older code.


Int a is literal in C language or not?

int a; -- variable definition"int a" -- string literal