sizeof(指针、数组、字符串)大小

#include <stdio.h> int main(void) {         int a, b, c, d, d2, e, f, g;         char str[100];         int arry[100];         char *string="abc";         int *p = malloc(100);         char *p2 = str;
相关文章
相关标签/搜索