Home » C Programming » Functions » Question
  1. What is the purpose of va_end?
    1. Must be called before the program returns
    2. Cleanup is necessary & Must be called before the program returns
    3. Cleanup is necessary
    4. All of above
    5. None of these
Correct Option: B

Cleanup is necessary & Must be called before the program returns



Your comments will be displayed only after manual approval.