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 exit function in c++?
What does it mean to declare a member function as virtual?
Is recursion allowed in inline functions?
why is iostream::eof inside a loop condition considered wrong?
What is size of string in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
How do we balance an AVL Tree in C++?
Explain the concept of memory leak?
What is std namespace in c++?
Can you overload the operator+ for short integers?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Why is c++ a mid-level programming language?
How does a copy constructor differs from an overloaded assignment operator?
If you don’t declare a return value, what type of return value is assumed?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.