Answers

Question and Answer:

  Home  C Functions

⟩ What are C identifiers?

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.

 175 views

More Questions for you: