Computer Science, asked by edirisupdi, 8 months ago

Design a lexical analyzer for identifying different types of token used in C language

Answers

Answered by Anonymous
19

The lexical analyzer is the part of the compiler that detects the token of the program and sends it to the syntax analyzer. Token is the smallest entity of the code, it is either a keyword, identifier, constant, string literal, symbol. Examples of different types of tokens in C.

mark ......

...

Answered by Anonymous
5

Answer:

( \underline{ \huge \green{answer}})

( \underline{ \huge \red{hope \ \: it \ helps \ u}})

Attachments:
Similar questions