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