看板 Grad-ProbAsk 關於我們 聯絡資訊
Given the following declarations: char c = 'A'; char *p = &c; char **p2 = &p ; void *v = &p2; Examine each of the following expressions. if the expression is illegal, write ILLEGAL. if expression is legal, write its type(i.e,int, void*, etc ) &p2 *p &v p2+1 v[0] 這題時再看不懂意思~~~ 可否麻煩提供依下解答 3QQQQQQ~~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.249.62.207
h88488848:寫型態 03/11 14:46