下列程序段的输出结果是( )。
char *str[] = {"abcd", "efgh", "ijkl", "mnop"}; printf("%s", *(str + 1)+1);
Copyright ©