You seem to be tring to code the words into your program. Why don't you use an SD card and put the words in files.
You could have 26 files one for each letter of the alphabet, file 'A' contains all the words beginning with 'A' and so on.
Your program would pick a random file then read a random line in the file to get a word.