I received a homework in a University to write a C program for finding rhymes. Basically, user should input one stanza/strophe within 4 lines.
If 1st and 3rd line end up with words which have same last three letters, they are recognized by the program as rhyme.
There are also some other things, like if 2nd and 4th end up on the same way.
But, I am just confused - how should I accomplish this? which library should I include in my program so I could achieve this?