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 would you rename a function in C?

1 Answers   Tech Mahindra,


Compare array data type to pointer data type

1 Answers  


Do you know what are bitwise shift operators in c programming?

1 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1 Answers   TISL,


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


How can I insert or delete a line (or record) in the middle of a file?

1 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

1 Answers  


What is Memory leakage ?

2 Answers   HCL,


Why shouldn’t I start variable names with underscores?

1 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


difference between string and array?

6 Answers  


Categories