Hello, I am currently working on a program that allows the user to insert a list of a words into an array that ends when the user enters a period. The program is to output the words in the original order they were entered, and then alphabetized by using a bubble sort. I cannot seem to get the bubble sort function to work.
When calling the Bubble sort function it says:
"Error: argument of type "char(*)[30]" is incompatible with parameter of type "char*"