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

Answer Posted / suchita

here we can not use and conditional statement thats why we can
not say "this is a boolean eq" and thats why x print either 2 or
garbage value

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array of structure in c?

592


What functions are in conio h?

652


What is data structure in c language?

599


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

710


How do I swap bytes?

626






Is c is a low level language?

559


Explain the difference between structs and unions in c?

572


why we wont use '&' sing in aceesing the string using scanf

1777


Is register a keyword in c?

631


Explain that why C is procedural?

652


What is a program flowchart and how does it help in writing a program?

655


What is pointer & why it is used?

600


How can I open a file so that other programs can update it at the same time?

655


Can we increase size of array in c?

534


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

805