ptr = &a; // &a a的位址 //初始化址標變數(ptr裡放a家的地址). *ptr=> 找到ptr中放的地址,看看裡面裝了甚麼). int*ptr; //指標型態. ptr = &a; //&:取址運算子,用來 ...
確定! 回上一頁