Math, asked by priyankapinky2377, 1 day ago

find the output in c program 4^2/2%3​

Answers

Answered by SohaamMandal
0

Answer:

this is the answer

Step-by-step explanation:

pls mark me as brainliest

only 12 votes needed for u all only I can go to ace

pls mark me

Attachments:
Answered by valancardoza
0

Step-by-step explanation:

int 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);

return 0;

}

Similar questions