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
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is operator promotion?
What is variable declaration and definition in c?
Why isnt any of this standardized in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are comments and how do you insert it in a C program?
What does the c preprocessor do?
What is the meaning of 2d in c?
What are pointers in C? Give an example where to illustrate their significance.
What is anagram in c?
Write a program that accept anumber in words
Is register a keyword in c?
How do you initialize pointer variables?
How do you convert strings to numbers in C?