From 5c5b64bd0f20e70ca6a358bf0d61fdf1761c0abe Mon Sep 17 00:00:00 2001 From: languagelawyer <38548419+languagelawyer@users.noreply.github.com> Date: Sun, 25 Aug 2019 22:24:18 +0300 Subject: [PATCH] [dcl.array] The first element has the same address as the array --- source/declarations.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/declarations.tex b/source/declarations.tex index 56eae8421a..d614bdde9c 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -3117,6 +3117,8 @@ of \tcode{N} subobjects of type \tcode{U}, known as the \defnx{elements}{array!element} of the array, and numbered \tcode{0} to \tcode{N-1}. +The element with number \tcode{0} +has the same address as the array. \pnum In addition to declarations in which an incomplete object type is allowed,