TUULLEGES UF TECHNOLOGY Task #1 Write a C program to read 10 names and display them in one column as shown below: Naser Anwar Hashim Salem Hint: #include <string.h> Declare array as: char name[10][8] Read the names in a loop; (Ask the user to enter 10 names one after the other) Display the names in another loop ( one name in each iteration of the loop) HIGHER COLLEGES OF TECHNOLOGY Program Output Show transcribed image text TUULLEGES UF TECHNOLOGY Task #1 Write a C program to read 10 names and display them in one column as shown below: Naser Anwar Hashim Salem Hint: #include Declare array as: char name[10][8] Read the names in a loop; (Ask the user to enter 10 names one after the other) Display the names in another loop ( one name in each iteration of the loop)
HIGHER COLLEGES OF TECHNOLOGY Program Output
Expert Answer
Answer to TUULLEGES UF TECHNOLOGY Task #1 Write a C program to read 10 names and display them in one column as shown below: Naser …