Concept drill
type checking
GATE CSE & IT · Semantic Analysis · 1998-2021
4
PYQs
100%
keyed
0
elite explanations
4
years appeared
Study anchor
Hopcroft-Ullman / Dragon Book
Automata, languages, parsing, syntax-directed translation
Practice action
Start latest PYQPYQs in this concept
All concepts →2021 PYQ
Consider the following grammar (that admits a series of declarations, followed by expressions) and the associated syntax directed translation (SDT) actions, given as pseudo-code: P...
mediumanswer keybasic explanation
2018 PYQ
Which one of the following statements is FALSE?
easyanswer key
2016 PYQ
Consider the following C program void f(int, short); void main() { int i = 100; short s = 12; short *p = &s; __________ ; // call to f() } Which one of the following expressions, w...
easyanswer key
1998 PYQ
Type checking is normally done during
easyanswer key