WHAT IS IDENTIFIER IN C?
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
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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
need an explanation for this answer? contact us directly to get an explanation for this answer