x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????
Answer Posted / merugu srinivas
x=2;
y=2;
z=2;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is function prototype in c language?
What is a program flowchart?
how to create duplicate link list using C???
What is scope rule in c?
What is the difference between declaring a variable and defining a variable?
How to declare a variable?
Is struct oop?
What is an lvalue in c?
How do you search data in a data file using random access method?
Is stack a keyword in c?
What does dm mean sexually?
Explain pointer. What are function pointers in C?
What is structure padding in c?
What does %c mean in c?
Is c a great language, or what?