What are the advantages and disadvantages of a heap?


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

Post New Answer

More C Interview Questions

What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


Why c is called free form language?

0 Answers  


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  






Are the variables argc and argv are local to main?

0 Answers   TISL,


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


What is c standard library?

0 Answers  


What do you mean by c?

0 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


Can a local variable be volatile in c?

0 Answers  


Categories