SyntaxFix
Write A Post
Hire A Developer
Questions
char **options[2][100];
declares a size-2 array of size-100 arrays of pointers to pointers to char. You'll want to remove one *. You'll also want to put your string literals in double quotes.
char
*