100.0022 Given: double doublenumber[50];
If the base address of doublenumber is 15642, what would the following command produce?
Printf(“%lu”, & doublenumber[19]);
15642 + 8 * 19 = 15642 + 27 = 15669