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 C Interview Questions

Do string constants represent numerical values?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


How to declare a variable?

0 Answers  


no consistent academics. how to answer the question

0 Answers  


There seem to be a few missing operators ..

0 Answers  






What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


what is the size of an integer variable?

4 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


Categories