Home » C++ Programming » Operators » Question
  1. What is the name of | operator?
    1. or
    2. and
    3. modulus
    4. sizeof
    5. None of these
Correct Option: A

| operator is used to find the ‘or’ of given values.



Your comments will be displayed only after manual approval.