#include<stdio.h>int main(){ char str[20]={}; str=eeeeeeeeeeeeeeeeeeeeeeee; int i; for(i=1;i!=NULL;i++) { printf("\'%c\'\n",str[i]); } return 0;}