C
Programming and Technical
Programming
Definition
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.
Read Solution (Total 1)
-
- identifiers are the names which are used used to identify the variables or functions of different types
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question