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
What is the purpose of the "delete" operator?
What is function prototyping?
How to give an alternate name to a namespace?
Describe the setting up of my member functions to avoid overriding by the derived class?
what are the iterator and generic algorithms.
What is protected inheritance?
Describe private, protected and public – the differences and give examples.
What is the difference between the parameter to a template and the parameter to a function?
What is setw manipulator in c++?
What is static in c++?
What is lambda expression c++?
Why do you use the namespace feature?
What is the difference between passing by reference and passing a reference?
What is the sequence of destruction of local objects?
How do you write a function that can reverse a linked-list?