struct StrCar{ char RegCode[10]; int PhoneNo; char Colour[10]; int Model; }; int main(){ StrCar *Car[1]={0}; //declaring array of pointers
確定! 回上一頁