Home » C++ Programming » Numbers » Question
  1. Which operator is used to produce a certain number in a specific range?
    1. %
    2. modulo operator
    3. both % and modulo operator
    4. $
    5. None of these
Correct Option: C

In C++, modulo operator is denoted by %.



Your comments will be displayed only after manual approval.