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
2
Hii dear here is your answer
option c. is the correct answer
Hope it's help u
option c. is the correct answer
Hope it's help u
Answered by
24
C. 0 0 1 3 1
Hope it helps u
Hope it helps u
Similar questions
Science,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago