What is the heap in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the syallabus of computer science students in group- 1?

0 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


What are void pointers in c?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,






Why Modern OS are interrupt driven?Give an example

3 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


How do you list files in a directory?

0 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


Explain the difference between malloc() and calloc() in c?

0 Answers  


Categories