Write a C/C++ program to add a user to MySQL. The user
should be permitted to only "INSERT" into the given database.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


What is formal argument?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


what is the use of keyword volatile??

4 Answers   LG Soft,






What is scanf_s in c?

0 Answers  


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


can v write main() { main(); } Is it true?

6 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Categories