functioncomparing()  
{
intx=9;
chary=9;
if(x==y)
returntrue;
else
returnfalse;
}

Posted on by