We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cc59b commit 77e053bCopy full SHA for 77e053b
modules/arrays-as-function-arguments.md
@@ -7,7 +7,7 @@ array element**. So, you can just declare the argument as an pointer to an
7
element type and pass in an array name.
8
9
The reason for this is that as C can only pass arguments by value, copying array
10
-data to function arguments would be very inefficient.
+data to function arguments would be quite inefficient.
11
12
Even if you declare a function argument as an array, **the argument is always
13
treated as a pointer**. The optional array size is accepted but ignored. Do
0 commit comments