Home » C++ Programming » Questions and Answers » Question
  1. What is the output of this program?

    1. Compilation Error
    2. 23 27 37 71
    3. Runtime Error
    4. Garbage value
    5. None of these
Correct Option: B

In this style algorithm, We are finding the symmetric difference between the vectors and printing it.



Your comments will be displayed only after manual approval.