✏️ Explanatory Question

What is identifier in C?

👁 1,159 Views
📘 Detailed Answer
No previous question
No next question
💡

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
No previous question
No next question