問題詳情

【題組】 ⑵在 C++語言裡 如果有變數定義如下 int *data; data=new int; delete data; 請問“data”,屬於那一種變數?試說明之。 (3分)

參考答案