Question { 15146 }
main()
{
char c;
for(c='A';c<='Z';c++)
getch();
}
Answer
in this question whenever the loop excuted getch() take
input after that next loop is excuted and similar getch()
take another input
that think do untill the conditions of c<='z' is not
completed