Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write C function for each of the following : a - read 5 names from the user (each 30 character ) and put them in
write C function for each of the following :
a - read 5 names from the user (each 30 character ) and put them in an array of string b- take a name as a parameter , returns the value (1) if the name exists in the array , and returns the value (0) if the name is not found c- print the names in ascending order
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started