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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of external storage class?

582


Explain indirection?

635


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

770


can anyone suggest some site name..where i can get some good data structure puzzles???

1639


Can you please explain the scope of static variables?

597






How can you convert integers to binary or hexadecimal?

607


Is c object oriented?

534


What are the types of c language?

547


In C programming, what command or code can be used to determine if a number of odd or even?

616


What is dangling pointer in c?

615


What is the difference between functions getch() and getche()?

613


What is a string?

658


Do you know the use of 'auto' keyword?

650


Write a program in c to replace any vowel in a string with z?

680


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14943