✏️ Explanatory Question
What is identifier in C?
No previous question
No next question
- 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