C language INTA [] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; Is it okay? "What do you mean?" Isn't there a number in the middle
This is a defined plastic array. This is an assignment in an array: a [0] = 1, a [1] = 2 .............................................................................................................................. [] stands for an integer array. [] This bracket can have a value or no value, because it is already in braces, so it is generally not put in [].