Computer Science, asked by rsndhaya, 8 hours ago

int x for(x=100;x>=10;x-=10){clrscr(); cout<

Answers

Answered by KesavanCSE
0

Answer:

it will show no output

because in for loop x is intilize with 100 and condition is greater than 10 and there is no updating statement for x .

Similar questions