int (*ptr)[10];  What does the following declaration mean?

int (*ptr)[10];

 What does the following declaration mean?

A. ptr is array of pointers to 10 integers

B. ptr is a pointer to an array of 10 integers

C. ptr is an array of 10 integers

D. ptr is an pointer to array

Hướng dẫn

Chọn A là đáp án đúng

 

Thư viện tài liệu12 Tháng bảy, 2023 @ 3:08 chiều

Đánh giá chủ đề này