... character:");
ch=getchar();
fflush (stdin);
do
{
putchar (ch);
i=i+1;
}while(i<40);
}