Explain what is the heap?


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

Post New Answer

More C Interview Questions

c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


Do you know what are the properties of union in c?

0 Answers  


What is the difference between array and linked list in c?

0 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,






How old is c programming language?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


Why c language?

0 Answers  


Categories