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

What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


What is the difference between printf and scanf )?

0 Answers  


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


What is difference between far and near pointers?

0 Answers  


What does a pointer variable always consist of?

0 Answers  


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


how to swap 2 numbers within a single statement?

4 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


Categories