x=y=z=1
z=++x||++y&&++z
Printf("%%%d";xyz)
what is the values of x,y and z?????

Answers were Sorted based on User's Feedback



x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????..

Answer / merugu srinivas

x=2;
y=2;
z=2;

Is This Answer Correct ?    4 Yes 0 No

x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????..

Answer / tatukula

x=2
y=1
z=1

Is This Answer Correct ?    2 Yes 0 No

x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????..

Answer / lordferrous

The answer is
x=2
y=1
z=1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What are the advantages of the functions?

0 Answers  


What are file streams?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  






if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


What are different types of operators?

0 Answers  


For what purpose null pointer used?

0 Answers  


What is return type in c?

0 Answers  


Define the scope of static variables.

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Categories