Predict the output
int * aPtr;  
*aPtr = 10;
cout *aPtr + 2;

Posted on by