Question:What are C identifiers?
Answer These are names given to various programming element such as variables, function, arrays.It is a combination of letter, digit and underscore.It should begin with letter. Backspace is not allowed.
+ Report
What are C identifiers?