1. Assume that the address of b[0] is 5200 in memory. What output would be produced by the following program (if the output is an address, you need to write out the exact address. For example, the address of b[1] is 5214)? #include <iostream> using std::cout; using std::endl; int main() […]