Hi, I got confused when reading [dcl.init] > A declarator can specify an initial value for the identifier being declared. Should it be like An **initializer** can specify an initial value for the identifier being declared. Noticed that the BNF reflecting the relationship between a **declarator** and an **initializer**, ``` \begin{bnf} \nontermdef{init-declarator}\br declarator initializer\opt \end{bnf} ``` FYI, @sdutoit, thanks!