Computer Science, asked by manwanipayal18, 8 hours ago

C] Write the values of k& j-
int a=6,b=5.c
c = (a++ % b++) *a + Ha * b++;
Sopln(c);
Sopln(a):​

Answers

Answered by ajb7899
0

Answer:

c = (6%5)*7 + 8*6

c = 1*7 + 48

c = 7+48

c= 52

a=8

Similar questions