Write a C/C++ program to add a user to MySQL. The user should
be permitted to only "INSERT" into the given database
Answer Posted / jollyvel
i dont know please help
| Is This Answer Correct ? | 14 Yes | 17 No |
Post New Answer View All Answers
Explain what is a stream?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Where does the name "C" come from, anyway?
What does the c preprocessor do?
How can I discover how many arguments a function was actually called with?
Explain the use of bit fieild.
What is meant by 'bit masking'?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain how do you search data in a data file using random access method?
why wipro wase
write a c program in such a way that if we enter the today date the output should be next day's date.
What will be your course of action for a push operation?
What is the use of sizeof () in c?
Explain what is output redirection?
how to construct a simulator keeping the logical boolean gates in c