After I declare a pointer, I set up a pointee. And then I include the pointer in the parameters of another function in hopes of passing the value contained in the pointee to that function. For some reason this is not working out, could somebody help me?After I declare a pointer, I set up a pointee.