x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answers were Sorted based on User's Feedback
64/square(4)
What is a structural principle?
What is clrscr ()?
How is a null pointer different from a dangling pointer?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the difference between #include and #include 'file' ?
How many keywords are there in c?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Difference between goto, long jmp() and setjmp()?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is spaghetti programming?
What is the memory allocated by the following definition ? int (*x)[10];