Write a C/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 STL Interview Questions

Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


give me the defination of inheritance?

5 Answers   Infosys,


Is string part of stl?

0 Answers  


Why should a c++ programmer be interested in stl?

0 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,






#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


What is the stl, standard template library?

0 Answers  


In what scenario does the Logical file and Physical file being used?

0 Answers   informatics,


How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.

0 Answers  


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

0 Answers  


Write a program to print the swapping in two no and using three variable.

5 Answers   Broadridge,


Categories