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.
Answer Posted / susmita
Actually it is not answer.I have a question.how can we run the C program connecting to the MYSQL server?
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explicitly call a destructor on a local variable?
What is the full form of india?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Does there exist any other function which can be used to convert an integer or a float to a string?
What is the basic structure of a c++ program?
What is the basic concept of c++?
What are punctuators in c++?
Differentiate between realloc() and free().
What are the differences between java and c++?
What is a flag in c++?
What are the advantages of early binding?
Show the application of a dynamic array with the help of an example.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Which software is best for c++ programming?
Why c++ is the best language?