Creating an Array: Difference between revisions

Content added Content deleted
(→‎[[C++]]: Nice work on this section. Added compiler links.)
Line 176:
int myArray2[10] = { 1, 2, 0}; /* 3..9 := 0 */
 
==[[C plus plus|C++]]==
'''Compiler:''' [[GCC]], [[Visual C plus plus|Visual C++]], [[BCC]], [[Watcom]]