what is identifier in c programming language
Answers
Answered by
0
Answer:
I hope this helped (. ❛ ᴗ ❛.)
Explanation:
An identifier is used for any variable, function, data definition, labels in your program etc. ... In C language, an identifier is a combination of alphanumeric characters, i.e. first begin with a letter of the alphabet or an underline, and the remaining are letter of an alphabet, any numeric digit, or the underline.
Answered by
0
Answer:
An identifier is used for any variable, function, data definition, labels in your program etc.
Explanation:
In C language, an identifier is a combination of alphanumeric characters, i.e. first begin with a letter of the alphabet or an underline, and the remaining are letter of an alphabet, any numeric digit, or the underline.
Similar questions