Computer Science, asked by ranju445, 2 months ago

What is an identifier ?​

Answers

Answered by aditipovale
2

Explanation:

An identifier is a name that identifies either a unique object or a unique class of objects, where the "object" or class may be an idea, physical countable object, or physical noncountable substance. The abbreviation ID often refers to identity, identification, or an identifie

Answered by Anonymous
11

An identifier is nothing but a name assigned to an element in a program. Example, name of a variable, function, etc. Identifiers are the user-defined names consisting of 'C' standard character set. As the name says, identifiers are used to identify a particular element in a program.

Similar questions