What will be the output of this program?
main ()  
{
if(5 '5')
printf("5")
else
printf("Not equal to 5.")
}

Posted on by