predict the output:

#include stdio.h
void main()
{
int i=0;
do
printf("khushi patil ");
while(i!=0);
}

Posted on by