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 9b7f3de commit 077b63cCopy full SHA for 077b63c
content/c/concepts/arrays/arrays.md
@@ -214,4 +214,4 @@ No. The size of an array is fixed once declared. For dynamic sizes, consider usi
214
215
### 3. What happens if I access an element out of the array's bounds?
216
217
-Accessing out-of-bounds elements in an array leads to undefined behavior and can cause unpredictable results or crashes.
+Accessing out-of-bounds elements results in undefined behavior and may lead to crashes or incorrect outputs.
0 commit comments