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) &

To explain I would SAY: & OPERATOR is called ADDRESS operator and is used to access the address of a variable.



Discussion

No Comment Found

Related InterviewSolutions