InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is called address operator?(a) *(b) &(c) _(d) %I have been asked this question in a national level competition.Origin of the question is Basics in section Basics Concepts of C++ of C++ |
|
Answer» The correct option is (B) & |
|