100.0010 Given: char mystring[30];
If the base address of mystring is 12453, what would the following command produce?
Printf(“%lu”, &mystring[24]);
12453 + 24 = 12477