1
GATE CSE 1997
MCQ (Single Correct Answer)
+1
-0.3
Heap allocation is required for languages.
2
GATE CSE 1995
MCQ (Single Correct Answer)
+1
-0.3
What are x and y in the following macro definition?
macro Add x,y
Load y
Mul x
Store y
end macro
macro Add x,y
Load y
Mul x
Store y
end macro
3
GATE CSE 1994
MCQ (Single Correct Answer)
+1
-0.3
An unrestricted use of the "goto" statement is harmful because
4
GATE CSE 1991
True or False
+1
-0
Indicate the following statement true or false :
A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.
A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.
Questions Asked from Basic of Programming Language (Marks 1)
Number in Brackets after Paper Indicates No. of Questions
GATE CSE Subjects
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