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
How we can set and clear bit in a byte using macro function?
What is formal argument?
What is the right type to use for boolean values in c? Is there a standard type?
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>
what is the use of keyword volatile??
What is scanf_s in c?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
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 ?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What are integer variable, floating-point variable and character variable?
can v write main() { main(); } Is it true?
What is the difference between single charater constant and string constant?