Predict the output of program
#include stdio.h

void main()
{
int i=0;
do
{
printf("Learn coding ");
}
while(i!=0);
}

Posted on by