for (int c = n - 1; c >= 0; c--) { int a = POPi; printf("%c\n", a); }