Predict the output of the following code
#includestudio.h
void main()
{
int a=5,b=3,c=0;
if(a=b,c)
{
printf("Sookshmas");
}
else
{
printf("beyond knowing");
}
}


Posted on by