What is the output of the following code?
int *p;int * q;p = new int;q = p;*p = 46;*q = 39;cout ≪ *p ≪ " " ≪ *q ≪ end1;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.