[SPCA] Start pointers

This commit is contained in:
2026-01-06 16:39:27 +01:00
parent 27b851e7b4
commit 3574cbe4df
5 changed files with 53 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
\newpage
\subsubsection{Arrays}
\label{sec:c-arrays}
\lC\ compiler does not do any array bound checks! Thus, always check array bounds.
Unlike some other programming languages, arrays are \bi{not} dynamic length.