Write a C/C++ program to add a user to MySQL. The user
should be permitted to only "INSERT" into the given database.
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Can an array be an Ivalue?
Can the curly brackets { } be used to enclose a single line of code?
What are types of functions?
what is the difference between NULL('\0') and 0?
What happens if you free a pointer twice?
Can we use visual studio for c?
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
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
why Language C is plateform dependent
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?