Write a C/C++ program to add a user to MySQL. The user
should be permitted to only "INSERT" into the given database.
how to compare two strings without using strcmp() function??
Why is C language being considered a middle level language?
Explain what are run-time errors?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
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?
How would you obtain the current time and difference between two times?
How the c program is executed?
what is the return type of printf
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;
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.
What is the difference between array and pointer?
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