lassie% cc201 compare.c lassie% lassie% a.out Enter first string: abc Enter second string: def First string comes before second lassie% lassie% a.out Enter first string: abc Enter second string: abc The strings are the same lassie% lassie% a.out Enter first string: def Enter second string: abc Second string comes before first lassie% lassie% a.out Enter first string: This is a test Enter second string: another test First string comes before second lassie% lassie% a.out Enter first string: this Enter second string: thistle First string comes before second lassie% lassie% a.out Enter first string: this Enter second string: this is a test First string comes before second lassie%