434 views
0 votes
0 votes
Which of the following remarks about lex
are true ?
(A) It generates a ‘C’ program
(B) It produces a C code that consumes more
memory than a C program that can be
written separately to accomplish the
same task
(C) It produces a C code that executes
slower than a C program that can be
written separately to accomplish the
same task
(D) All of these

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
LavTheRawkstar asked Nov 10, 2016
1,145 views
The difference between a Lex Compiler and a YACC compiler is ?
0 votes
0 votes
0 answers
3
o asked Jan 2, 2022
660 views
I understand all these following separately :1) DCFG is always unambiguous2) Regular grammar is a subset of DCFG3) Regular grammar can be ambiguousBut can't understand ho...