Differentiate between full, complete & perfect binary trees.


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

Post New Answer

More C Interview Questions

Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


What is I ++ in c programming?

0 Answers  


program to find the roots of a quardratic equation

1 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  






Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


what is the return type of printf

3 Answers  


What is Conio.h ?

2 Answers   TCS,


What is pointer to pointer in c with example?

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


Categories