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
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Describe the difference between = and == symbols in c programming?
What are the different types of pointers used in c language?
Do you know the purpose of 'register' keyword?
Are the outer parentheses in return statements really optional?
What is FIFO?
Write a program to know whether the input number is an armstrong number.
Which is best linux os?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the heap in c?
largest Of three Number using without if condition?
Why isnt there a numbered, multi-level break statement to break out
What is %g in c?
Simplify the program segment if X = B then C ← true else C ← false
Can we assign string to char pointer?