#include<stdio.h> int main() { char *p[2][1] = {"Hello","Tencent"}; printf("%s\n",*(*p+1)+1); return 0; }
output:
encent