The statement cout yptr will show the the yptr points to-02599
The statement cout << yptr will show the __________ the yptr points to.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.8.
The statement cout << yptr will show the __________ the yptr points to.
Value
memory address
variable
None of the given