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
What do you mean by a sequential access file?
Why doesnt this code work?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is scope of variable in c?
Why array is used in c?
write a program to copy the string using switch case?
what do the 'c' and 'v' in argc and argv stand for?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
How many types of sorting are there in c?
What is linear search?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are near, far and huge pointers?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
List the difference between a While & Do While loops?
Is c high or low level?