GATE Computer Science (CS) 2017 Shift 2 Solved Paper

© examsiri.com
Question : 12 of 65
 
Marks: +1, -0
Match the following:
(P)
static char var;
(i)
A sequence of memory locations to store addresses
(Q)
m = malloc(10); m = NULL;
(ii)
A variable located in the data section of memory
(R)
char *ptr[10];
(iii)
Request to allocate a CPU register to store data
(S)
register int var1;
(iv)
A lost memory which cannot be freed
Go to Question: