The file stdio.h, what does it contain?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w compiler and debugger?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What are the different types of control structures?
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,
when to use : in c program?
How we can set and clear bit in a byte using macro function?
What is 2 d array in c?
What is the most efficient way to count the number of bits which are set in an integer?
advantages of pointers?
Explain 'bus error'?
What are the restrictions of a modulus operator?
Define recursion in c.