MCQ
Q.
In the input file, In which section Anything written in this brackets is copied directly to the file lex.yy.c?
Correct Answer: B
Definition Section: The definition section contains the declaration of variables, regular definitions, manifest constants. In the definition section, text is enclosed in "%{ %}" brackets.