400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 5)

What does the following declaration mean?

48/50

What does the following declaration mean?Media VietJack

ptr is array of pointers to 10 integers

ptr is a pointer to an array of 10 integers

ptr is an array of 10 integers

ptr is an pointer to array

Giải thích

Chọn A