Question: Given the subsequent array declaration, if the array is stored starting at address 2500, what is the output of the following statement?
Assume the code is for a 32 bit processor such as a Pentium. char data[50] = {0}; cout<<(int) (&data[25])<
You need to make well-formed and clean code. You should not copy and paste the code from other source.