C Pointers ; // an int variable printf("%d", myAge); // Outputs the value of myAge (43) ; // An int variable int* ptr = &myAge; // A pointer variable, with the ...
確定! 回上一頁