Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 10877write 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.
2106please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
1731Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
2717Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
1942Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
TCS,
3 8447
How can a program be made to print the line number where an error occurs?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain what is a program flowchart and explain how does it help in writing a program?
What is a void pointer in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What does %c mean in c?
How many keywords are there in c?
What is #ifdef ? What is its application?
What is the difference between pure virtual function and virtual function?
Explain how can type-insensitive macros be created?
Why do we use pointer to pointer in c?
How are Structure passing and returning implemented by the complier?
What is operator precedence?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain what math functions are available for integers? For floating point?