the correct statement is "an array size cannot be changed once it is created." In the C programming language, an array is a contiguous block of memory that holds a fixed number of values of the same data type. Once an array has been created, its size cannot be changed.