x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / vijoeyz
My apologies for the silly mistake. The value of x is 1 as
everyone has said.
Thanks,
Vijay Zanvar
http://faq.zanvar.in
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is ur strangth & weekness
What are the advantages of using linked list for tree construction?
Explain what are the different file extensions involved when programming in c?
What is getch() function?
What are the properties of union in c?
What is use of #include in c?
What are derived data types in c?
How many bytes is a struct in c?
How can I direct output to the printer?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why is structure padding done in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What tq means in chat?
What is %d called in c?
How do I convert a string to all upper or lower case?