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
Whats s or c mean?
what are bit fields in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain Basic concepts of C language?
What is the meaning of && in c?
Who developed c language?
Explain how do you use a pointer to a function?
How do shell structures work?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Differentiate between ordinary variable and pointer in c.
write an algorithm to display a square matrix.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How is null defined in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Can you assign a different address to an array tag?