Concept drill
malloc
GATE CSE & IT · Programming - C Language / Memory Management · 2017-2026
2
PYQs
100%
keyed
0
elite explanations
2
years appeared
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →2026 PYQ
In C runtime environment, which one of the following is stored in heap?
easyanswer keybasic explanation
2017 Q2
Match the following: (P) static char var; (Q) m = malloc(10); m = NULL; (R) char *ptr[10]; (S) register int var1; (i) Sequence of memory locations to store addresses (ii) A variabl...
mediumanswer key