MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the given statement is not true with respect to void longjmp( jmp-buf env, int val)? |
| A. | The variable value cannot be zero |
| B. | env is the object containing information to restore the environment at the jmp_buf’s calling point |
| C. | This function does not return any value |
| D. | This function restores the environment saved by the most recent call to setjmp() macro |
| Answer» C. This function does not return any value | |