C Tokens:
The smallest unit of a program and compiler identifies them as a token.
Below are the types of Tokens available in C language.
- Keywords: These are the special words that have been reserved by the compiler and has special meaning for each word.
- Variables or Identifier: These are the name given by the programmer for a memory location to store a value.
- Constants: these are assigned to the variables.
- Operators: These are different types of expressions that are used in C.
- Strings: These are the sequence of characters.
No comments:
Post a Comment