char str[] = "xunlei"; char *p = str; int n = 10; printf("%d,%d,%d\n", sizeof(str), sizeof(p), sizeof(n));
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题