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

write a program for the normal snake games find in most of the mobiles.

1789


What does the characters “r” and “w” mean when writing programs that will make use of files?

862


Can you write the function prototype, definition and mention the other requirements.

670


How do we print only part of a string in c?

593


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

608






What is the purpose of void in c?

626


What are the general description for loop statement and available loop types in c?

691


What is null pointer in c?

602


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1526


How many parameters should a function have?

670


How do I create a directory? How do I remove a directory (and its contents)?

611


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5066


What are c identifiers?

631


How do you convert strings to numbers in C?

717


Why do we need arrays in c?

593