Computer Science, asked by bindeshdholpure, 4 months ago

One Word:
What is an
an
identifier​

Answers

Answered by Anonymous
0

Answer:

Identifiers are terms used to represent program elements such as functions, class names,  variable names, etc.

Answered by jayaadit401
0

Answer:

An identifier is a string of alphanumeric characters that begins with an alphabetic character or an underscore character that are used to represent various programming elements such as variables, functions, arrays, structures, unions and so on. Actually, an identifier is a user-defined word.

Similar questions