Problem
Write C code for a program that does the following:
a) Create two character arrays. The first array will store the string "ECPI" and the second array should store the word "University" as letters in each element of the array.
b) Create an output statement to display the words
c) Create two output statements passing the words through the string length (strlen()) function to count and display how many letters are in each word.