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

In header files whether functions are declared or defined?

1 Answers   TCS,


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


Can one function call another?

0 Answers  


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  






I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


#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  


Explain how to reverse singly link list.

0 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


2. What does static variable mean?

2 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


to get a line of text and count the number of vowels in it

2 Answers  


Categories