1
GATE CSE 2026 Set 1
MCQ (More than One Correct Answer)
+1
-0
Consider the following C statements:
char str1 = "Hello; / Statement S1 */
char str2 = "Hello;"; / Statement S2 */
int str3 = "Hello"; / Statement S3 */
Which of the following options is/are correct?
2
GATE CSE 2024 Set 2
MCQ (Single Correct Answer)
+1
-0.33
Consider the following two sets:
Set X
P. Lexical Analyzer
Q. Syntax Analyzer
R. Intermediate Code Generator
S. Code Optimizer
Set Y
1. Abstract Syntax Tree
2. Token
3. Parse Tree
4. Constant Folding
Which one of the following options is the correct match from Set X to Set Y?
3
GATE CSE 2011
MCQ (Single Correct Answer)
+1
-0.3
In a compiler, keywords of a language are recognized during
4
GATE CSE 2010
MCQ (Single Correct Answer)
+1
-0.3
Which data structure in a compiler is used for managing information about variables and their attributes?
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