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 to introdu5ce my self in serco

0 Answers  


Reverse a string word by word??

9 Answers  


What is the difference between void main() and int main()?

1 Answers  


What is the use of static variable in c?

0 Answers  


How to receive strings with spaces in scanf()

7 Answers  


What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 Answers   IBM,


How do I swap bytes?

0 Answers  


What is pragma c?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


Explain about the constants which help in debugging?

0 Answers  


What does c mean in basketball?

0 Answers  


define string ?

0 Answers  


Categories