x=2,y=6,z=6
x=y==z;
printf(%d",x)

Answer Posted / vijoeyz

My apologies for the silly mistake. The value of x is 1 as
everyone has said.

Thanks,
Vijay Zanvar
http://faq.zanvar.in

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are high level languages like C and FORTRAN also known as?

687


What are the advantages of c preprocessor?

714


What do the functions atoi(), itoa() and gcvt() do?

726


write a program in c language to print your bio-data on the screen by using functions.

6252


Explain how do you print an address?

659






What is sizeof array?

613


What is the function of volatile in c language?

669


What does typedef struct mean?

663


What are pointers really good for, anyway?

617


What is the use of bitwise operator?

693


What does calloc stand for?

651


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

627


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

734


find the sum of two matrices and WAP for it.

634


Describe newline escape sequence with a sample program?

659