100.0020 Given:  float realnumber[50];

 

If the base address of realnumber is 21457, what would the following command produce?

 

Printf(“%lu”, &realnumber[34]);

 

21457 + 4 * 34 = 21457 +  136 = 21593