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 |
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;
 ...
A palindrome is a word that reads the same forwards and backwards. In a game
of words, a player has the following two plates painted with letters.
From...
Which number does not belong in the series below?
2, 5, 10, 17, 26, 37, 50, 64
Total Unique Visitors
Loading......