12.09.2014, 12:50
can some one give me good examples of strcmp i read all strcmp tutorials didn't get it working
like
if(strcmp(string1,string2))
{
//what to code here
}
else if(!strcmp(string1,string2))
{
//what to code here
}
like
if(strcmp(string1,string2))
{
//what to code here
}
else if(!strcmp(string1,string2))
{
//what to code here
}