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 maximum number of concurrent
threads that the InnoDB plug-in can create.


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

Post New Answer

More C Interview Questions

Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


explain about storage of union elements.

2 Answers   ABC, Bosch,


what are brk, sbrk?

1 Answers   Oracle,


How do you search data in a data file using random access method?

0 Answers  






Explain the use of #pragma exit?

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


Categories