Want to know how to write a 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.
No Answer is Posted For this Question
Be the First to Post Answer
print a "hello" word without using printf n puts in c language
What is variable in c with example?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What is static identifier?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
Are the outer parentheses in return statements really optional?
how to write a data 10 in address location 0x2000
what are the various memory handling mechanisms in C ?
what is structuer?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none