100.0018 Given:  int longinteger[50];

 

If the base address of longinteger is 13454, what would the following command produce?

 

Printf(“%lu”, &longinteger[22]);

 

13454 + 4 * 22 = 13454 + 88 =  13542