Write a c proram to find rhme words ?

So, how to do it and i need a database dictionary to read from..

in unix, there is usually a file named

/usr /dict /words

It may be named somewhat differently, or be located somewhere nearby, but you can probably find it.

If not on unix, look for some such file name.

As for rhyming, good luck. That is where the art of programming comes in. With the vagaries of English spelling, there's no easy way to find rhymes. A little online research can probably provide you with some useful rules that will match up a bunch of words, though certainly not all.