What is the output of the following code?
#includestdio.h
int main()
{
int a=3;
while(a=5)
{
printf("Hello ");
break ;
}
printf("know program");
return 0;
}




Posted on by