Web Page

Lexical analysis, Parsing, Syntax-directed translation, Runtime environments, Intermediate code generation.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 2&1&2&2&2&1&2&2&1&1&1&1.6&2
\\\hline\textbf{2 Marks Count} & 1 &3&2&1&2&2&2&1&3&2&1&1.9&3
\\\hline\textbf{Total Marks} & 4&7&6&4&6&5&6&4&7&5&\bf{4}&\bf{5.4}&\bf{7}\\\hline
\end{array}}}$$

Recent questions in Compiler Design

1 votes
0 answers
151
0 votes
0 answers
152
float a =10 is not a semantic error but in the semantic phase int a =10.0 will be a semantic error or not bcz compiler cannot do explicit type conversion..so it must be a...
1 votes
0 answers
153
int 7=10;It is a semantic error or syntax error?My thinking is that it can be tokenized as id id = id ;….So it is valid statement...so it must be semantic error?Correct...
0 votes
0 answers
154
Assembler,Linker,Macros are there in compiler design?
0 votes
0 answers
155
NPTEL Assignment Questionhttps://nptel.ac.in/content/storage2/courses/downloads/106105190/noc19_cs01_Assignment12.pdf
0 votes
0 answers
156
Kindly Solve this sir, My answer is wrong.
0 votes
0 answers
157
Question may be incorrect I guess. Kindly look into it. Sir please solve this.
1 votes
1 answer
159
Natural language constructs are(A) Unambiguous (B) Ambiguous (C) May be unambiguous or ambiguous (D) None of the other options
0 votes
2 answers
160
1 votes
0 answers
161
Find first & follow for the given grammarS → AB / DCA → a / AaB → bc / BbcD → ab / aDbC → c / CC
0 votes
0 answers
162
The answer is given as option B,C,D. Can anyone kindly explain how to find ‘In’ and ‘Out’ set for each of the block.
0 votes
1 answer
163
What is the difference between recursive descent parser and ll(1) parser, since in both no left recursion and left factoring is allowed…..then what is the advantage of ...
1 votes
4 answers
164
Every unambiguous grammar is LR(0) grammar?
0 votes
2 answers
165
If the grammar has only S-attributed semantic definitions, in a top down parser we will add the semantic action at the end of production and it will we executed when we...
1 votes
2 answers
166
0 votes
0 answers
167
How Directed acyclic graph would be constructed for this instruction?b[j] = a ;
1 votes
1 answer
170
According to the solution, there is no error in the program. And I ran the program there is no error. But how the rank is declared as int and initialized by 10.3 which is...