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
Give the rules for variable declaration?
What is getch?
What are valid operations on pointers?
Is printf a keyword?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
how do you programme Carrier Sense Multiple Access
What is meant by errors and debugging?
Explain what are the standard predefined macros?
List a few unconditional control statement in c.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How would you obtain the current time and difference between two times?
What is the difference between pure virtual function and virtual function?
Are there constructors in c?
Tell me what is null pointer in c?
Subtract Two Number Without Using Subtraction Operator