What is Heap?

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


Please Help Members By Posting Answers For Below Questions

What is hashing in c?

877


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

1663


What are the disadvantages of a shell structure?

935


What does s c mean in text?

809


What is the use of getch ()?

831


What is a char c?

787


What's the total generic pointer type?

801


How can I run c program?

919


What are the types of assignment statements?

818


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?

1224


What are called c variables?

762


What is the translation phases used in c language?

821


What is bubble sort in c?

813


Why cant I open a file by its explicit path?

802


Are pointers integer?

748