Explain 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

In c language can we compile a program without main() function?

0 Answers  


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

0 Answers  


find the sum of two matrices and WAP for it.

0 Answers   Huawei,


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


Why is c not oop?

0 Answers  






What is variables in c?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


What are compound statements?

0 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


Categories