// logical problem // lp0123.c #include int main(void) { int ndigit[5] = { 0 }; for (int i = 0; i <= 5; i++) printf("%d\n", ndigit[i]); }