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
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
Write a program to print the prime numbers from 1 to 100?
How can I prevent another program from modifying part of a file that I am modifying?
What is a double c?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Explain the bubble sort algorithm.
What are the different types of control structures in programming?
Why do we use header files in c?
Why do we use & in c?
What is the difference between exit() and _exit()?
How can I rethow can I return a sequence of random numbers which dont repeat at all?