x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / guest
y==z checks if both are equal and returns TRUE or FLASE
(1 / 0). In this case y = z = 6, so it returns TRUE / 1. x
= 1.
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
Difference between strcpy() and memcpy() function?
Whats s or c mean?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is s or c?
How do you list files in a directory?
What is the general form of a C program?
How do c compilers work?
Write a C program in Fibonacci series.
What is the full form of getch?
Why header file is used in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Write a program to generate random numbers in c?
Tell me when is a void pointer used?
What are identifiers c?
Is a pointer a kind of array?