How Can The Address Stored In The Pointer Be Retrieved #1168
How can the address stored in the pointer be retrieved?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Pointer to Objects - Quiz No.2.
How can the address stored in the pointer be retrieved?
Using * symbol
Using $ symbol
Using & symbol
Using @ symbol