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
Should a function contain a return statement if it does not return a value?
Write a program to print factorial of given number without using recursion?
What is stack in c?
What are pointers? What are stacks and queues?
Why does not c have an exponentiation operator?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
How pointers are declared?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are type modifiers in c?
What is the significance of an algorithm to C programming?
explain what are pointers?
What are structure members?
Explain what is #line used for?
What are linked lists in c?