C++中的數組指針和指針數組

using namespace std; int main(){ //a) 一個整型數( An integer) int a; //b) 一個指向整型數的指針( A pointer to an integer) int *b; //c) 一個指向指針的的指針,它指向的指針是指向一個整型數( A pointer to a pointer to an
相關文章
相關標籤/搜索