I only know how to compare two strings in C, but can I compare only part of a string? I wanted to develop a program that reads snippets of a complaint and based on those snippets give a suggested answer. Is it possible to read only snippets in C? In Java I know it's possible, but I'd like to do it in C. Thanks.