a) void longjmp(jmp_buf environment, int value)
b) void longjmp(setjmp environment, int value)
c) void longjmp(int value, jmp_buf environment)
d) void longjmp(int value, setjmp environment)
Choose the right declaration of longjmp() function.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Choose the right declaration of longjmp() function.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!