Ad
  • Custom User Avatar

    Since C strings end with a NUL character, and that character evals to false, it can be used to iterate through all chars in the string. Extra attention needed when used with a string obtained from stdin, since if it fails for some reason, it may not have it.