Home » C++ Programming » Pointers » Question
  1. What is the operation for .*?
    1. It reduces the data size
    2. It combines the first operand and the second operand
    3. It separates the first operand and the second operand
    4. All of above
    5. None of these
Correct Option: B

The binary operator .* combines its first operand, which must be an object of class type, with its second operand, which must be a pointer-to-member type.



Your comments will be displayed only after manual approval.