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

Answer Posted / lordferrous

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer to pointer in c?

626


What are header files? What are their uses?

630


What is the difference between c and python?

573


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1482


Is flag a keyword in c?

672






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

651


Can a void pointer point to a function?

563


How to declare pointer variables?

677


Why isnt any of this standardized in c?

627


Write a simple code fragment that will check if a number is positive or negative.

700


what is the syallabus of computer science students in group- 1?

1832


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1621


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

700


will u please send me the placement papers to my mail???????????????????

1355


How can you determine the maximum value that a numeric variable can hold?

627