Variable Declaration Structure


When declaring variables you do either several single declarations or a multiple declaration. A variable specifier can be a single
identifier, or an identifier optionally followed by a modifier and/or an array dimension descriptor, optionally followed by an initializer or declaration equation right hand side.




The following declaration has the same meaning as the single declaration above.




Another way of writing single declarations with the same meaning is shown below.