What will be the output of the program?
#include<stdio.h>
void main()
int a [5] = {5, 1, 15, 20, 25):
inthe, j, m;
i = ++a[1];
j = a[1] ++;
= a[i++];
printf("%d, %d, %d", i, j, m);
m
}
Answers
Answered by
0
Answer:
error please write the correct question vary careful otherwise post the image
Similar questions