InterviewSolution
Saved Bookmarks
| 1. |
Pointer variable is used to hold the _________ of the variable.(a) Value(b) Address(c) Value and Address(d) Name of the variableThis question was posed to me in an international level competition.My question is taken from Unsafe code & Pointers Basics topic in chapter Miscellaneous topics of C# |
|
Answer» RIGHT answer is (B) Address To explain I would SAY: By DEFINITION. |
|