COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In LEX, rule section starts and ends with ____
A
%%
B
{%
C
%}
D
##
Explanation: 

Detailed explanation-1: -The mandatory rules section opens with the delimiter %%. If a routines section follows, another %% delimiter ends the rules section.

Detailed explanation-2: -The rules section contains pattern lines and C code.

There is 1 question to complete.