Create two character arrays


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.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Create two character arrays
Reference No:- TGS03255938

Expected delivery within 24 Hours