x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answer Posted / tatukula
x=2
y=1
z=1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of operator or there in c?
What is a static variable in c?
Which is better oop or procedural?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does %c mean in c?
What are void pointers in c?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
What is adt in c programming?
What are run-time errors?
What is pass by reference in c?
What are the different file extensions involved when programming in C?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is string length in c?
Why is main function so important?
how could explain about job profile