精華區beta Soft_Job 關於我們 聯絡資訊
how many bytes will be allocated ? (Assume one pointer: 4 bytes) 1) char **p; 2) char *p[20]; 3) char (*p)[20]; 4) char (*p)[20][40]; 以後看到這題 大家應該就不會被搞混了 ... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 180.218.205.198
john0312:1. 4 2. 80 3. 4 4. 4 01/12 01:52
final01:對1.3.4都只是poniter 01/12 08:15
maxl865:識別字元錯誤??????? 01/12 13:55
Vick753:請問3,4 宣告是什麼意思阿? 01/14 16:21
ledia:指向維度 [20] 陣列的指標, 指向維度 [20][40] 陣列的指標 01/14 17:52