[SOLVED] SOLVED: program that stores names in an array

15.00 $

Category:

Description

5/5 - (2 votes)

write a program that stores names in an array and continues to add names until quit is typed. the program has a menu that includes getNames to add the names,sort Names to sort the names with bubble sort,displayNames to show the current names, findName to locate a name or output an error, and romoveName to get rid of a name
Write a program that computes the average value of an array of floating-point data. In the program, use a pointer variable , and not an integer index, to traverse the array elements
Write a very simple program that uses two for loops and ONLY pointers and pointer arithmetic (NO other variables are allowed) to display a palindrome forward then backward. Declare the palindrome as follows:char str[] = “Straw Warts”;