char name[16] = "Jeffrey"; printf("sizeof = %d\n", sizeof(name)); b. Given the struct declaration and variable definition: struct bug { long id; char name[8]; } ...
確定! 回上一頁