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

Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


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

5 Answers  


WHAT IS FIBONACCI SERIES?

4 Answers   Stewart,


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

0 Answers   informatics,


#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,


How the STL's are implemented, What the difference between templates and STL?

1 Answers   Symphony,


what's the difference between function overloading and function overiding?

5 Answers  


What is Object Oriental Progam

2 Answers  


What is the stl, standard template library?

0 Answers  


if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.

8 Answers   MBT,


what is compiler?

4 Answers   NASA,


what is the difference between thread and process

1 Answers   Infosys,


Categories