Array length: Difference between revisions

m (→‎{{header|C++}}: formatting)
Line 529:
 
=={{header|C}}==
===An example why it may be a bad idea in C===
 
===A commonly used solution===
C features two kinds of arrays: static (compile-time, fixed size) and dynamic (allocated at runtime).