I want codes for randomly selects the word (meaningful or meaningless) from 26 letters. The word contain 6 letters. I have the codes for C program or objective C, or you will give any idea to me.
I want codes for randomly selects the word (meaningful or meaningless) from 26 letters.
Share
Salt to taste.
Update0
It would seem the OP does not know how to compile the above. If saved into a file called
so.c, compile it withmake so CFLAGS=-std=c99from the same folder.