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

given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


What is the c language function prototype?

0 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


Explain spaghetti programming?

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


What is a program flowchart?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  


What is p in text message?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


Write a program to check palindrome number in c programming?

0 Answers  


Categories