MCQOPTIONS
Saved Bookmarks
| 1. |
Select the correct declaration of setjmp(). |
| A. | int setjmp(jmp_buf environment) |
| B. | int setjmp(long_jmp environment) |
| C. | int setjmp(jmp_buf ) |
| D. | int setjmp(long_jmp) |
| Answer» B. int setjmp(long_jmp environment) | |