Write a three function program the main function must


Write a three function program. The main function must create a string array with room for 10 elements. The main function should call the second function passing it the array as the first argument and the size of the array as the second argument. The second function should get 8 names from the user and return the number of names to main. After the array is filled, main should call a third function passing it the array as the first argument and the value returned by function 2 as the second argument. The third function should display the names from the array on separate lines on the computer screen.

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Write a three function program the main function must
Reference No:- TGS0609417

Expected delivery within 24 Hours