Computer Science, asked by patipiyush343534, 5 days ago

what is an identifer ? how is it useful in a C program ?​

Answers

Answered by aditikhandelwal2903
1

Explanation:

"Identifiers" or "symbols" are the names you supply for variables, types, functions, and labels in your program. Identifier names must differ in spelling and case from any keywords. You cannot use keywords (either C or Microsoft) as identifiers; they are reserved for special use.

Similar questions