Math, asked by kalpana4270, 11 months ago

What are the values of a,b,c,d? (enter the values separated with comma). Int a=5, b, c, d; b = a++; c = --b; d = c--; a = ++d; printf("%d,%d,%d,%d", a, b, c, d);

Answers

Answered by muvasreetham22
0

Answer:

where???????????????????

Similar questions