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
Who invented b language?
How to establish connection with oracle database software from c language?
What tq means in chat?
c program for searching a student details among 10 student details
What are the advantages and disadvantages of c language?
What is a macro in c preprocessor?
Why does this code crash?
What is advantage of pointer in c?
How can I implement a delay, or time a users response, with sub-second resolution?
What is ## preprocessor operator in c?
What are data structures in c and how to use them?
Why is event driven programming or procedural programming, better within specific scenario?
How can I read in an object file and jump to locations in it?
What is the use of a semicolon (;) at the end of every program statement?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)