Computer Sciences > Gate 2017 Set-2 > Storage Class
Match the following:

(P)static char var; (i)Sequence of memory locations to store addresses
(Q)m=malloc(10);
m=NULL;
(ii)A variable in 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
A
P->(ii), Q->(iv), R->(i), S->(iii)
B
P->(ii), Q->(i), R->(iv), S->(iii)
C
P->(ii), Q->(iv), R->(iii), S->(i)
D
P->(iii), Q->(iv), R->(i), S->(ii)

Correct : Storage Class

Similar Questions

The output of executing the following C program is ________. # include<stdio.h> int total(int v) {     static int count = 0;   &nbsp...
#589 Fill in the Blanks
The output of executing the following C program is ________. # include<stdio.h> int total(int v) {     static int count = 0;   &nbsp...
#589 Fill in the Blanks
The output of executing the following C program is ________. # include<stdio.h> int total(int v) {     static int count = 0;   &nbsp...
#589 Fill in the Blanks

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......