Creating an Array: Difference between revisions

Line 139:
'''Compiler:''' GCC, MSVC, BCC, Watcom
 
'''Libraries:''' [[None are needed]]
// Dynamic
const int n = 10;
Line 149 ⟶ 150:
}
 
'''Libraries:''' [[None are needed]]
// Static
int myArray2[10] = { 1, 2, 0}; /* 3..9 := 0 */
Anonymous user