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;
相關文章
相關標籤/搜索