main() { char i; for(i='A';i<='Z';i++) { if(i=='M') fork(); write(1,&i,1); sleep(1); } i = '\n'; write(1,&i,1); }