Why & is used in scanf in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
I want tcs placement papers of 2004-2009 , its urgent
What are the different types of C instructions?
what is the disadvantage of using macros?
What is echo in c programming?
Difference between Function to pointer and pointer to function
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Describe how arrays can be passed to a user defined function
What is the size of structure pointer in c?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What is the use of extern in c?