Predict the output
#include stdio.h

int main() {
int a=5;
do{
printf("%d\n",a);
}while(a=1);
return 0;
}

Posted on by