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
What is keyword in c?
Why does everyone say not to use scanf? What should I use instead?
Is a house a shell structure?
Why is a semicolon (;) put at the end of every program statement?
What is #line used for?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is function prototype in c with example?
What is a pointer and how it is initialized?
List the difference between a While & Do While loops?
What is string function c?
What is clrscr in c?
Can we access the array using a pointer in c language?
What are the 5 organizational structures?
What is static and auto variables in c?
Why do we use return in c?