in Technology by

What is a token in C Programming?

Please log in or register to answer this question.

1 Answer

0 votes
by

A C program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a symbol.

Related questions

...