[Solved] Arrays cannot be half of a number [closed]
Your understanding is correct: 8.3.4 Arrays In a declaration T D where D has the form D1 [constant-expression opt ] and the type of the identifier in the declaration T D1 is “derived-declarator-type-list T,” then the type of the identifier of D is an array type. T is called the array element type; this type … Read more