What is wrong with the following code segment?
int* birdDog;int* germanShortHair;birdDog = new int;germanShortHair = birdDog;*birdDog = 42;cout << *birdDog;delete birdDog;cout << *germanShortHair;
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.