functioncomparison()  
{
int number=10;
if(number==="10")
returntrue;
else
returnfalse;
}


Posted on by