Computer Science, asked by manuelalias9475, 11 months ago

What factors guide the choice of identifiers in Programs ?

Answers

Answered by pradhatmedhi1978
3

Answer:

I'm just read in class 8 so I don't know this sorry

Answered by psjain
20

Explanation: FACTORS GUIDING CHOICE OF IDENTIFIERS IN PROGRAMS

  • An identifier is a user-defined name which help in representing a function, variable, module, class or any other object.
  • It is a programmable entity with a name in Python.
  • The term identifiers is a name given to a program associated with the fundamental building blocks of it.
  • There are certain factors which guide the choice of identifiers in programs such as it must begin with a underscore or letter followed by any number of letters and digits.
  • The identifier should only include under-score and no other special character.
  • It should not use any standard identifier or any reserved word .
  • It should be a combination of  uppercase/lowercase letters,

Hope this helps.

For further details follow the link below.

How are meaningful identifiers useful

https://brainly.in/question/213971

Similar questions