GATE Computer Science (CS) 2021 Shift 2 Solved Paper
© examsiri.com
Question : 13 of 65
Marks:
+1,
-0
Consider the following ANSI C program:
int main() {
Integer x;
return 0;
}
Which one of the following phases in a seven-phase C compiler will throw an error?
int main() {
Integer x;
return 0;
}
Which one of the following phases in a seven-phase C compiler will throw an error?
Go to Question: