x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answer Posted / lordferrous
The answer is
x=2
y=1
z=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is wrong in this statement? scanf(ā%dā,whatnumber);
What language is c written?
What is an auto keyword in c?
What is the difference between variable declaration and variable definition in c?
What is the use of sizeof?
What is hash table in c?
Which driver is a pure java driver
What is a structural principle?
What is the use of #include in c?
What is d scanf?
What is sizeof array in c?
Explain about the functions strcat() and strcmp()?
Why does everyone say not to use gets?
What is difference between array and structure in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?