COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

KEY COMPONENTS OF A COMPILER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Output file of Lex is ____ the input file is Myfile?
A
Myfile.e
B
Myfile.yy.c
C
Myfile.lex
D
Myfile.obj
Explanation: 

Detailed explanation-1: -For example, if the input file is named “Myfile. lex", the output file would be named “Myfile. yy.

There is 1 question to complete.