output is
include stdio.h
void main() {
int a=5;
while(printf("%d\n",a )&&a0){
a--;
--a;
}
}

Posted on by