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

Answer Posted / anand n

Ans:1


x=2,y=6,z=6//here x value is:2
x=y==z;//x=6 and y=6 so x is equal to y means its true,now
//x value is 1
printf(%d",x)

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you increase the allowable number of simultaneously open files?

593


What are the primitive data types in c?

568


What are the storage classes in C?

619


Explain built-in function?

587


Which type of language is c?

642






What is structure data type in c?

564


simple program of graphics and their output display

1466


What is printf () in c?

576


What is adt in c programming?

607


Can one function call another?

624


Which is the memory area not included in C program? give the reason

1499


Is fortran still used in 2018?

588


Is r written in c?

722


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

2405


Explain the concept and use of type void.

623