Q. What is the purpose of va_end? (Solved)
1. Cleanup is necessary
2. Must be called before the program returns
3. Cleanup is necessary & Must be called before the program returns
4. None of the mentioned
- c. Cleanup is necessary & Must be called before the program returns