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
0
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
23
C. 42036
Hope it helps u
Hope it helps u
Similar questions
Computer Science,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago