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: Line 139:


=={{header|C}}==
=={{header|C}}==
{{works with|gcc}}
{{works with|MSVC}}
{{works with|BCC}}
{{works with|Watcom}}
Dynamic
Dynamic
<lang c> #include <stdlib.h> /* for malloc */
<lang c> #include <stdlib.h> /* for malloc */