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

how to compare two strings without using strcmp() function??

1 Answers  


Why is C language being considered a middle level language?

0 Answers  


Explain what are run-time errors?

0 Answers  


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


How the c program is executed?

0 Answers  


what is the return type of printf

3 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


What is the difference between array and pointer?

0 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


Categories