Computer Science, asked by princeshraddha86, 3 months ago

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 ashu0itkm
0

Answer:

error please write the correct question vary careful otherwise post the image

Similar questions