x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answers were Sorted based on User's Feedback
Answer / purnananda behera, mca 3rd sem
answer is: x=6
because x=y=z
y=z, y hold the value of z. //here y = 6
x=y, x hold the value of y. //here x = 6
| Is This Answer Correct ? | 6 Yes | 9 No |
Answer / 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 |
hat is a pointer?
write a c program to convert fahrenheit to celsius?
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what is the difference between structural,object based,object orientd programming languages?
Explain can you assign a different address to an array tag?
what is the diffrenet bettwen HTTP and internet protocol
How many loops are there in c?
How can you tell whether a program was compiled using c versus c++?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
The file stdio.h, what does it contain?