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

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


What are logical errors and how does it differ from syntax errors?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


What is difference between class and structure?

0 Answers  






Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


write a program to generate 1st n fibonacci prime number

2 Answers  


is it possible to change the default calling convention in c ?

1 Answers   Aptech,


What is omp_num_threads?

0 Answers  


What is the purpose of ftell?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


what is diference between return 0 and return NULL??

3 Answers  


Categories