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
What are the parts of c program?
Is c compiled or interpreted?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Difference between Function to pointer and pointer to function
What does the format %10.2 mean when included in a printf statement?
Explain how can I read and write comma-delimited text?
swap 2 numbers without using third variable?
What is a program flowchart?
what do you mean by enumeration constant?
What happens if a header file is included twice?
Why do we use int main instead of void main in c?
Is it possible to initialize a variable at the time it was declared?
What is && in c programming?
Explain what are preprocessor directives?
Is file a keyword in c?