I have an array that I need to make into an array of pointers and return the array.
string words[i] = {
"when",
"if",
"as if",
"in order that",
"before",
"because",
"as soon as",
"after",
"although",
"as long as",
"since",
"unless",
"even though",
"so that",
"while",
"not even"
};