write a for loop statement that initializes loop variable k as 100 decrement it by one in every pass and execute the loop body infinite number of time
gudan003pbcv9z:
plz answer this question as soon as possible
Answers
Answered by
6
for(int k=100;k>=1;k--){ printf("%d",k); }
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
India Languages,
7 months ago
Math,
1 year ago
Physics,
1 year ago
Biology,
1 year ago
Math,
1 year ago
English,
1 year ago