#include const int MAXWORDS = 1000; const int MAXLENGTH = 81; void printArray(char words[MAXWORDS][MAXLENGTH], int length) { int i; for(i=0; i