write the an identifier ? write the rules and naming conventions to create identifiers
Answers
Answered by
1
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