It means that you are passing words as an argument to fscanf such that it matches %s, but words is an array of arrays of char that is converted to a pointer to an array of char, whereas %s matches a...