write a c/c++ programthat 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

‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


what is unsigened char and what is the difference from char

2 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


what is the difference between unix os and linux os

4 Answers  






with out using main how to execute the program?

2 Answers  


What is function definition in c?

0 Answers  


write a program to print the one dimensional array.

1 Answers  


Explain setjmp()?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is the difference between exit() and _exit() function in c?

0 Answers  


Categories