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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how do you programme Carrier Sense Multiple Access

0 Answers  


What are header files and what are its uses in C programming?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


What is the code in while loop that returns the output of given code?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  






Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


What is a wrapper function in c?

0 Answers  


Give the rules for variable declaration?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Categories