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

Answer Posted / preethi

y==z true
so, x=1

Is This Answer Correct ?    78 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an expression?

650


difference between Low, Middle, High Level languages in c ?

1626


What are pointers? What are stacks and queues?

573


Are bit fields portable?

669


Why is %d used in c?

559






Is null always equal to 0(zero)?

578


Place the #include statement must be written in the program?

566


write a program to print largest number of each row of a 2D array

1865


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

697


What are the different types of errors?

635


Why do we need arrays in c?

577


Why can’t constant values be used to define an array’s initial size?

826


How can I get random integers in a certain range?

609


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2570


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1410