1) Display the word Green using the pointer array
char *colors[] = { "Red" , "Green" , "Blue" } ;
2) Write a void function that uses a pointer to delete a single character from the end of the string.