Creating an Array: Difference between revisions

Content added Content deleted
(→‎{{header|BASIC}}: Array Initialization)
m (→‎{{header|C}}: rm ww: i believe the code gets compiled by any reasonable C compiler)
Line 139:
 
=={{header|C}}==
{{works with|gcc}}
{{works with|MSVC}}
{{works with|BCC}}
{{works with|Watcom}}
Dynamic
<lang c> #include <stdlib.h> /* for malloc */