Example 7. Initialized Variables Defined in C

int i= 23; int j[2] = { 1,2};