Home » C++ Programming » Questions and Answers » Question
  1. What will you use if you are not intended to get a return value?
    1. volatile
    2. static
    3. void
    4. const
    5. None of these
Correct Option: C

Void is used to not to return anything.



Your comments will be displayed only after manual approval.