GATE CSE Concept Authority Hub
Compiler Design Solved GATE Questions
Build lexical analyzer tokens, LL(1)/LALR(1) parser tables, three-address intermediate code, and loop register allocations.
Indexed Doubts
10 Questions
Core Syllabus Focus
GATE & ISRO CS
Practice Questions (10)
NQuestions1070
Which of the following grammar classes is **always** unambiguous?...
NQuestions1069
Consider the following line of C code:
```c
printf("Result is %d, %d, %d\n", a, b, c);
```
What is the total number of tokens identified by th...
NQuestions1068
Which of the following grammar classes is **always** unambiguous?...
NQuestions1067
Consider the following line of C code:
```c
printf("Result is %d, %d, %d\n", a, b, c);
```
What is the total number of tokens identified by th...
NQuestions1066
Which of the following grammar classes is **always** unambiguous?...
NQuestions1065
Consider the following line of C code:
```c
printf("Result is %d, %d, %d\n", a, b, c);
```
What is the total number of tokens identified by th...
NQuestions1064
Which of the following grammar classes is **always** unambiguous?...
NQuestions1063
Consider the following line of C code:
```c
printf("Result is %d, %d, %d\n", a, b, c);
```
What is the total number of tokens identified by th...
NQuestions1062
Which of the following grammar classes is **always** unambiguous?...
NQuestions1061
Consider the following line of C code:
```c
printf("Value of x = %d, y = %d", x, &y);
```
What is the total number of tokens identified by the...
Explore Other GATE CSE Subjects