Predict the output of the following code snippet
int main()
{
int a=9;
if(a=8)
{
printf("GMIT\n");
}
printf("AIML\n");

return 0;
}


Posted on by