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
What is gets() function?
How many bytes is a struct in c?
What is malloc calloc and realloc in c?
Is there any data type in c with variable size?
How does struct work in c?
What is #define?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is the translation phases used in c language?
What is the acronym for ansi?
What are the advantages of external class?
What is scope and lifetime of a variable in c?
What is the difference between formatted&unformatted i/o functions?
write a program to copy the string using switch case?
Give differences between - new and malloc() , delete and free() ?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.