p*=(++q)++*--p when p=q=1 while(q<=6)
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between fread buffer() and fwrite buffer()?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
which one low Priority in c? a)=,b)++,c)==,d)+
what is the difference between malloc() and calloc() function?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How do I declare a pointer to an array?
How can I list all of the predefined identifiers?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
how to do in place reversal of a linked list(singly or doubly)?
what is c
What is a volatile keyword in c?