Creating an Array: Difference between revisions

Content added Content deleted
m (Switch to header template)
m (→‎{{header|C}}: Fixed links to point to compilers)
Line 57: Line 57:


=={{header|C}}==
=={{header|C}}==
'''Compiler:''' GCC, MSVC, BCC, Watcom
'''Compiler:''' [[gcc]], [[MSVC]], [[BCC]], [[Watcom]]


'''Libraries:''' Standard
Dynamic
Dynamic
#include <stdlib.h> /* for malloc */
#include <stdlib.h> /* for malloc */