Which of the following is the proper declaration of a pointer?
Which of the following is the proper declaration of a pointer?
A. int x;
B. int &x;
C. ptr x;
D. int *x;
Hướng dẫn
Chọn D là đáp án đúng
Which of the following is the proper declaration of a pointer?
A. int x;
B. int &x;
C. ptr x;
D. int *x;
Hướng dẫn
Chọn D là đáp án đúng