Explain the concept of input buffering in the lexical analysis
Answers
Answered by
0
Input Buffering: ... Because of the amount of time taken to process characters and the large number of characters that must be processed during the compilation of a large source program, specialized buffering techniques have been developed to reduce the amount of overhead required to process a single input character.
Similar questions