ประกาศอาเรย์(bprà-gàat aa-ray)

Meanings

1VerbC1

[to] declare an array

In computer programming, to formally specify an array, typically by giving it a name, data type, and sometimes size.

Examples

Before storing the students' scores, you must declare an array to reserve memory space first.