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

I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


What are the uses of a pointer?

0 Answers  






while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


what is c programming?

3 Answers   TCS,


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


Explain what is page thrashing?

0 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


What are header files and what are its uses in C programming?

0 Answers  


Categories