高普考題庫
110 年 110年公務人員高等考試三級考試暨普通考試・計算機概要
25下列C++的部分程式碼,會產生何種問題?int*p1=newint;int*p2=newint;*p2=40;p1=p2;deletep2;