When i tried using the strlen inside the for loop, it gives me the following warning msg. I would like to know why this happend ??

"warning C4018: '<' : signed/unsigned mismatch"

Code:
for(i=1; i < strlen(inputx); i++)