in C Language
4. (15 points) Define a structure type to represent a word list. The structure will contain one string component for the language of the words (eg English, Japanese, Spanish), and integer component that keeps track of how many words are in the list, and an array of MAX WORDS 20-character strings to hold the words. Define the following functions to work with word lists: A. add.word: Takes as parameters a word and
OR
OR