1
GATE CSE 2009
MCQ (Single Correct Answer)
+1
-0.3
Match all items in Group 1 with correct options from those given in Group 2.
Q. Pushdown automata
R. Dataflow analysis
S. Register allocation
2. Code generation
3. Lexical analysis
4. Code optimization
Group 1
P. Regular expressionQ. Pushdown automata
R. Dataflow analysis
S. Register allocation
Group 2
1. Syntax analysis2. Code generation
3. Lexical analysis
4. Code optimization
2
GATE CSE 2000
MCQ (Single Correct Answer)
+1
-0.3
The number of tokens in the following C statement is:
printf("i = %d, &i = %x",i, &i);3
GATE CSE 1998
MCQ (Single Correct Answer)
+1
-0.3
Type checking is normally done during
4
GATE CSE 1995
MCQ (Single Correct Answer)
+1
-0.3
Which of the following strings can definitely be said to be tokens without looking at the next input character while compiling a Pascal program?
I. begin
II. program
III. <>
GATE CSE Subjects
Browse all chapters by subject
Theory of Computation
Operating Systems
Algorithms
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages