C
Programming and Technical
Programming
Definition
Q. what are C tokens?
A. There are six classes of tokens: identifier, keywords, constants, string literals, operators and other separators
Read Solution (Total 3)
-
- smallest unit of a program is known as token.
There are six classes of tokens: identifier, keywords, constants, string literals, operators and other separators
- 10 years agoHelpfull: Yes(0) No(0)
- C tockens are semicolon,identifier,keyword,comments,white space
- 8 years agoHelpfull: Yes(0) No(0)
- basic building block of c prog and can be understand in a complete unit
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question