Respuesta :

To make the code more understandable to the programmer, many different things in programming are given descriptive names. "Identifier Names" are what they are named. An object's name is used to identify it when it is declared or defined. Items that can be named include functions, constants, variables, and type definitions.

Identifiers are they variable names?

In contrast to a variable, which is a name given to a memory area used to contain a value, an identifier is solely used to uniquely identify an item in a program at the time of execution.

What do identifiers and keywords mean?

In general, keywords are reserved terms that have been previously established and specifically assigned a special meaning. A separate term or name given to a variable is an identifier, on the other hand.

To know more about Identifier Names visit :-

https://brainly.com/question/12972933

#SPJ1