We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e40b0 commit f1449eaCopy full SHA for f1449ea
source/expressions.tex
@@ -4705,9 +4705,8 @@
4705
and less strict padding requirements on potentially-overlapping subobjects.
4706
\end{footnote}
4707
\indextext{array!\idxcode{sizeof}}%
4708
-When applied to an array, the result is the total number of bytes in the
4709
-array. This implies that the size of an array of $n$ elements is
4710
-$n$ times the size of an element.
+When applied to an array of $n$ elements,
+the result is $n$ times the size of an element.
4711
4712
\pnum
4713
The lvalue-to-rvalue\iref{conv.lval},
0 commit comments