Home » C++ Programming » Numbers » Question
  1. What is the default operation of adjacent_difference function in numeric library?
    1. Multiplication
    2. Addition
    3. Difference
    4. All of above
    5. None of these
Correct Option: C

The default operation is to calculate the difference, but some other operation can be specified as binary operator instead.



Your comments will be displayed only after manual approval.