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

plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


What are types of functions?

0 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


What happens if you free a pointer twice?

0 Answers  


Can we use visual studio for c?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


What is sizeof int?

0 Answers  


Categories