What is wrong in the following program?
#includeusing namespace std;
void p(int & i){ cout << i << end⌉;}int p(int j){ cout << j << end⌉;} int main(){ int k = 5 ; p(k); return 0 ;}
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.