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.
What is the maximum no. of arguments that can be given in a command line in C.?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Explain output of printf("Hello World"-'A'+'B'); ?
What is the difference between printf and scanf )?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
how to find the binary of a number?
How can you be sure that a program follows the ANSI C standard?
What is difference between far and near pointers?
What does a pointer variable always consist of?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
how to swap 2 numbers within a single statement?
swap 2 numbers without using third variable?