rakesh


{ City } delhi
< Country > india
* Profession * student
User No # 36422
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 2
Questions / { rakesh }
Questions Answers Category Views Company eMail




Answers / { rakesh }

Question { 14563 }

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

Is This Answer Correct ?    5 Yes 2 No