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.
Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .
Write a program in C++ to concatenate two strings into third string using pointers
WHAT IS FIBONACCI SERIES?
In what scenario does the Logical file and Physical file being used?
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
How the STL's are implemented, What the difference between templates and STL?
what's the difference between function overloading and function overiding?
What is Object Oriental Progam
What is the stl, standard template library?
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
what is compiler?
what is the difference between thread and process