What is the output of the following code?

int main()
{
char sook=1;
while(sook5)
{
printf("%d",sook);
sook++;
}
}

Posted on by