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

An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

611


Why do we write return 0 in c?

557


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22244


Why can’t constant values be used to define an array’s initial size?

840


I heard that you have to include stdio.h before calling printf. Why?

592






What is gets() function?

675


What are the types of i/o functions?

685


What is the general form of #line preprocessor?

592


How can you call a function, given its name as a string?

716


Where define directive used?

611


Can we initialize extern variable in c?

639


What is the difference between exit() and _exit() function in c?

585


How many parameters should a function have?

670


What does != Mean in c?

594


What is calloc malloc realloc in c?

598