// Simple example of accessing an array element #include int array[10]; int main(void) { array[3] = 17; }