Re: String Comparision



On Apr 29, 9:53 am, user34 <use...@xxxxxxxxxxx> wrote:
for(;*s==*t;s++,t++);

Need to check both s and t are not pointing to somewhere
out of the string.


JG

.