Define Identifiers

Define Identifiers and their naming convention in brief?

E

Expert

Verified

Identifiers: These are the names given to any class, variable, function, union and so on. Naming convention (or rule) for writing the identifier is as under:

A) The first letter of identifier is always alphabet.
B) Reserve word can’t be taken as identifier name.
C) No special character in the name of identifier except fewer than score sign ‘_’.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.