Computer Science, asked by SerenaSmith3104, 1 year ago

What will be the output of the program ?

#include void main() { int a[5] = {5, 1, 15, 20, 25}; int i, j, m; i = ++a[1]; j = a[1]++; m = a[i++]; printf("%d, %d, %d", i, j, m); }
A.42065
B.43864
C.42036
D.38354

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option c is the correct answer

Hope it's help u
Answered by Anonymous
23
C. 42036

Hope it helps u
Similar questions