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
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What are the valid places to have keyword “break”?
Why does not c have an exponentiation operator?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
Explain the difference between call by value and call by reference in c language?
what is the difference between declaration and definition of a variable or function ?
How does free() know how many bytes to free?
What is the difference between int main and void main in c?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Write a program for deleting duplicate elements in an array