Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - C how to define an array with n capacities?
C how to define an array with n capacities?
Type array name [subscript 1][ subscript 2]...[ subscript n].

An array is a set of ordered arrays of the same type, which is formed by storing several related data items of the same type together in order. You must use an integer constant or an integer constant expression to define the length of the array.