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 fad3c1d commit 8994e07Copy full SHA for 8994e07
source/declarators.tex
@@ -1094,7 +1094,6 @@
1094
\begin{codeblock}
1095
float fa[17], *afp[17];
1096
\end{codeblock}
1097
-
1098
declares an array of
1099
\tcode{float}
1100
numbers and an array of
@@ -1108,7 +1107,6 @@
1108
1107
1109
int x3d[3][5][7];
1110
1111
1112
declares an array of three elements,
1113
each of which is an array of five elements,
1114
each of which is an array of seven integers.
@@ -1127,7 +1125,7 @@
1127
1125
is equivalent to
1128
1126
\tcode{*(x3d + i)};
1129
in that expression,
1130
-\tcode{x3d}
+\tcode{x3d}
1131
is subject to the array-to-pointer conversion\iref{conv.array}
1132
and is first converted to
1133
a pointer to a 2-dimensional
0 commit comments