Write a c program to build a heap method using Pointer to
function and pointer to structure ?


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

Post New Answer

More C Interview Questions

How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


What is the need of structure in c?

0 Answers  


What is c++ used for today?

0 Answers  


Why main is used in c?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  






If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


Why do we use return in c?

0 Answers  


What is main () in c language?

0 Answers  


What is the use of sizeof?

0 Answers  


What is difference between structure and union in c?

0 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


What is the difference between int main and void main?

0 Answers  


Categories