Question: Write a C Program - It is important to match the C code as per the Output given below: In this assessment, you will create
Write a C Program - It is important to match the C code as per the Output given below:


In this assessment, you will create a program that uses two character arrays. The first array should store the word "ECPI" as a string and the second one should store each letter of the word "University" in each element of the array. You will then use the strlen() function from the string.h header file to find the length of both words. Instructions Follow these instructions to complete your assignment: 1. Write C code for a program that does the following: - 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 - Create an output statement to display the words - Create two output statements passing the words through the string length (strlen()) function to count and display how many letters are in each word. Here is what the output looks like: ECPI UniversiddamilOneDrivelDesktoplCIS126_ReDesign_March_20221Unit 4\4 The length of the first word is 4 The length of the second word is 10 Process exited after 3.97 seconds with return value 0 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
