Predict the output of the following code
int main( )
{
int a=6;
if(a=5)
{
printf ("Gmit\n");
}
printf ("Aiml\n");
printf ("sookshmas\n");
return 0;
}


Posted on by