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
Is there sort function in c?
What is c definition?
What are bitwise shift operators in c programming?
How can you find the day of the week given the date?
What are the different types of constants?
What is an auto keyword in c?
What is keyword with example?
Explain bitwise shift operators?
Differentiate between static and dynamic modeling.
What is the explanation for modular programming?
What is static memory allocation? Explain
What are qualifiers?
What is main () in c language?
What is the use of parallelize in spark?
How can I find out if there are characters available for reading?