ksp


{ City }
< Country > india
* Profession *
User No # 30403
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 # 6
Users Marked my Answers as Wrong # 0
Questions / { ksp }
Questions Answers Category Views Company eMail




Answers / { ksp }

Question { Trigent, 23761 }

what is op?
for(c=0;c=1000;c++)
printf("%c",c);


Answer

It will go for infinite loop.
But in each iteration, c is assigned with the value 1000.
So each time it will print a character of ascii=1000.

Is This Answer Correct ?    6 Yes 0 No