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


Please Help Members By Posting Answers For Below Questions

Tell me what is null pointer in c?

616


What is the difference between new and malloc functions?

581


What are operators in c?

584


What is difference between union All statement and Union?

628


Write a program to generate random numbers in c?

665






Define Array of pointers.

636


What are register variables? What are the advantage of using register variables?

688


What is the difference between a free-standing and a hosted environment?

643


Is struct oop?

583


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2414


What is equivalent to ++i+++j?

644


What is default value of global variable in c?

564


What happens if a header file is included twice?

601


Why is c used in embedded systems?

615


What is #define in c?

623