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
What are the data types present in c?
how to create duplicate link list using C???
What is array within structure?
using only #include
What is LINKED LIST? How can you access the last element in a linked list?
What is output redirection?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What do header files do?
Is malloc memset faster than calloc?
How do I create a directory? How do I remove a directory (and its contents)?
What is operator promotion?
What kind of structure is a house?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain output of printf("Hello World"-'A'+'B'); ?
if p is a string contained in a string?