The program should use four arrays of pointers to char called article, noun, verb, preposition, article, and noun. As each word is picked, it should be concatenated to the previous words in an array that is large enough to hold the entire sentence. The words should be seperated by spaces. When the final senteces is output, it should start with a capital letter and end with a period. The program should generate 20 such sentences.
Answer:
what compiler are you using?
