Identify the correct output of the following code:
void main() { int w=10, x=5, y=3, z=3; if( (w < x ) && (y=z++) ) printf("%d %d %d %d", w, x, y, z); else printf("%d %d %d %d", w, x, y, z); }
A.10 5 4 4
B.10 5 3 3
C.10 5 4 3
D.10 5 3 4
Answers
Answered by
0
Hii dear here is your answer
option d is the correct answer
Hope it's help u
option d is the correct answer
Hope it's help u
Answered by
24
D. 10 5 3 4
Hope it helps u
Hope it helps u
Similar questions
Chemistry,
6 months ago
India Languages,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Computer Science,
1 year ago