Predict the following output:
#includestdio.h
int main() {
int a=20;
do{
printf("%d\n",a);
}
while(a=10);
return 0;
}

Posted on by