x=2,y=6,z=6
x=y==z;
printf(%d",x)

Answer Posted / purnananda behera, mca 3rd sem

answer is: x=6
because x=y=z
y=z, y hold the value of z. //here y = 6
x=y, x hold the value of y. //here x = 6

Is This Answer Correct ?    6 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program of advanced Fibonacci series.

710


How can I sort a linked list?

636


How can I remove the leading spaces from a string?

638


Explain what happens if you free a pointer twice?

614


What do the functions atoi(), itoa() and gcvt() do?

726






Can you write the algorithm for Queue?

1556


Explain what is wrong in this statement?

635


What is the use of header files?

607


What is difference between scanf and gets?

615


show how link list can be used to repersent the following polynomial i) 5x+2

1679


Write a program to print fibonacci series without using recursion?

611


What is struct node in c?

623


What's the total generic pointer type?

615


What is header file in c?

605


What is a const pointer in c?

671