Computer Science, asked by himawari3028, 1 year ago

Determine Output:

void main() { int i=-1, j=-1, k=0, l=2, m; m = i++ && j++ && k++ || l++; printf("%d %d %d %d %d", i, j, k, l, m); }
A.0 0 1 2 0
B.0 0 1 3 0
C.0 0 1 3 1
D.0 0 0 2 1

Answers

Answered by Neeraj723
2
Hii dear here is your answer


option c. is the correct answer

Hope it's help u
Answered by Anonymous
24
C. 0 0 1 3 1

Hope it helps u
Similar questions