x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / vijoeyz
y != z.
So, y == z is 0.
x = 0.
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
| Is This Answer Correct ? | 5 Yes | 30 No |
Post New Answer View All Answers
What is function pointer c?
Apart from dennis ritchie who the other person who contributed in design of c language.
Why is struct padding needed?
What is a static variable in c?
Write a program to swap two numbers without using third variable?
What is the function of this pointer?
What does c value mean?
What is the acronym for ansi?
What is %g in c?
What does emoji p mean?
Tell me what is the purpose of 'register' keyword in c language?
What is the advantage of a random access file?
What are operators in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What is c preprocessor mean?