How many times will sookhmas be printed on the screen ?
#includestdio.h

int main() {
int i=-6;
while (i=6){
if(i=0){
break;
}
else{
i++;
continue;
}
printf("sookshmas");
}

}

Posted on by