Lesson # 5. Arrays. Vectors

Back Menu Go ahead Theory Single-dimensional arrays The size of an array is fixed. Array elements are zero-indexed. The array does not store its size. sample 1: // Declaring an array of 5 int elements int b[5];// Declaring an array Читать далее