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
In header files whether functions are declared or defined?
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.
Can one function call another?
write a c program to store and print name,address,roll.no of a student using structures?
Create a simple code fragment that will swap the values of two variables num1 and num2.
I want tcs placement papers of 2004-2009 , its urgent
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Explain how to reverse singly link list.
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
2. What does static variable mean?
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.
to get a line of text and count the number of vowels in it