#include<stdio.h> int main (void) { char name[10] = {"abcdefghij"} for (int n = 1n < 5n++) printf("%c",name[n]) printf("n") return 0 }