Predict the output:
#includestdio.h

int main() {
int m=10;
while(m0){
printf("%d",m);
}
return 0;
}

Posted on by