What is Heap?

Answer Posted / harshal

Heap is for being free memory.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1579


Can variables be declared anywhere in c?

616


What is advantage of pointer in c?

687


What is the importance of c in your views?

586


What is pointer & why it is used?

600






Explain b+ tree?

618


Why static is used in c?

618


What is the difference between local variable and global variable in c?

684


Can you add pointers together? Why would you?

640


Can we replace the struct function in tree syntax with a union?

774


What is a newline escape sequence?

665


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1587


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

621


What is character set?

681


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

584