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
What is a structure member in c?
Write a program that his output * *** *****
What is a Genralised LInked List?? Please give a detailed explation of it..
how we can say java is platform independent, while we require JVM for that particular Operating System?
errors in computer programmes are called
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
what is the difference between declaration and definition of a variable or function ?
What is ponter?
Write a simple program to find the size of different basic data types in C.
Explain can you assign a different address to an array tag?
What is an identifier?