Answer Posted / anurag
Heap is portion of memory which is allocated with program
address space when the program require memory at run time,
the memory from heap is allocated.apart from this all global
variables are also allocated their space from heap.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the red-black trees?
What is unsigned int in c?
code for replace tabs with equivalent number of blanks
What are the usage of pointer in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Dont ansi function prototypes render lint obsolete?
What is modifier & how many types of modifiers available in c?
Differentiate between Macro and ordinary definition.
What is scope rule in c?
Write a program to print fibonacci series without using recursion?
Explain what is operator promotion?
What is the advantage of c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between text and binary modes?
How many types of operator or there in c?