EC312 Chapter 4: Arrays and Strings

(d) The first array element is stored at address 0x0000008e, what is the address of the second element? Solution: 4. Initialization of Arrays It is possible to initialize the values of an array in the array's declaration. To initialize arrays in the declaration, we place the initial values in braces, and separate the values with commas. ................
................