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

Answer Posted / jignesh patel

IN THIS QUSTION X=Y==Z IS NOT TRU BEACUSE NOT SECIFY MY
THINK ARE EXPLAIN BELOW
X=2 ,Y=6 ,Z=6
IF(Y==Z)
X=2
PRINTF(" %d ",X);
ELSE
PRINTF("FALSE CONDITION");


OUR QUSTION IS MANY MISTAKE

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which is an algorithm for sorting in a growing Lexicographic order

1398


Why void is used in c?

566


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

679


What is difference between main and void main?

630


What is array in c with example?

617






What is clrscr in c?

681


What are the two forms of #include directive?

645


Where in memory are my variables stored?

637


Tell me with an example the self-referential structure?

567


Explain the difference between malloc() and calloc() in c?

580


What are the advantages of using Unions?

642


what are enumerations in C

724


What is the purpose of void pointer?

599


What is the purpose of & in scanf?

598


How can you increase the size of a statically allocated array?

619