Computer Science, asked by tejaswinisp82, 2 months ago

reasons for valid identifier

Answers

Answered by Anonymous
2

Explanation:

Identifiers are symbols used to uniquely identify a program element in the code. They are also used to refer to types, constants, macros and parameters. An identifier name should indicate the meaning and usage of the element being referred.

Answered by hearhackerakshitha2
4

Answer:

A valid identifier can have letters (both uppercase and lowercase letters), digits and underscores. The first letter of an identifier should be either a letter or an underscore. ... There is no rule on how long an identifier can be.

Similar questions