InterviewSolution
Saved Bookmarks
| 1. |
What is an identifier ? How is it useful in C program ? |
|
Answer» tion:An identifier is a STRING of alphanumeric CHARACTER that begins with an alphabetic character. It is USED to IDENTIFY variables, functions and arrays in C program. May it help you! |
|