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 are header files why are they important?
When should you use a type cast?
What language is windows 1.0 written?
How does placing some code lines between the comment symbol help in debugging the code?
What is huge pointer in c?
Describe the header file and its usage in c programming?
What is static identifier?
What does. int *x[](); means ?
What is the use of ?: Operator?
What does %c do in c?
What is the difference between #include
What are different types of operators?
What is pre-emptive data structure and explain it with example?
Why is this loop always executing once?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd