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
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What are the types of operators in c?
How many header files are in c?
What does void main () mean?
What is c preprocessor mean?
Why is c so popular?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are preprocessor directives in c?
What is const keyword in c?
Where define directive used?
What is c programming structure?
What is the difference between malloc() and calloc() function in c language?
What is the modulus operator?
What are enums in c?
Why is c used in embedded systems?