Output is?
void main(){
      int a=5;
       for(int i=a;i=0;i--)
                 printf("%d",i);
}

Posted on by