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