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 is hashing in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What are the disadvantages of a shell structure?
What does s c mean in text?
What is the use of getch ()?
What is a char c?
What's the total generic pointer type?
How can I run c program?
What are the types of assignment statements?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are called c variables?
What is the translation phases used in c language?
What is bubble sort in c?
Why cant I open a file by its explicit path?
Are pointers integer?