Home / Questions / What is identifier in C?
Explanatory Question

What is identifier in C?

👁 1,159 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • Each program elements in a C program are given a name called identifiers.
  • Names given to identify Variables, functions and arrays are examples for identifiers.
  • Example: x is a name given to integer variable in above program