Array declaration

Array declaration

Declares an object of array type.

Syntax

An array declaration is any simple declaration whose declarator has the form.

noptr-declarator [ expr(optional) ] attr(optional) (1)
noptr-declarator - any valid declarator, but if it begins with *, &, or &&, it has to be surrounded by parentheses.
attr登录查看完整内容