Predict the output
#include stdio.h

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

Posted on by