#includestdio.hint main(){printf("\n\n\n\t\tcoding is fun in sookshmas\n\n\n");int i=0:printf("\nPrinting numbers using while loop from 0 to 9\n\n");while(i10){printf("%d\n",i);i++;}printf("\n\n\t\t\tcoding is fun in sookshmas\n\n\n");retturn 0:}