Is there a way to jump out of a function or functions? Ans. The standard library functions setjmp() and longjmp() are used to provide a goto that can jump out of a function or functions, in the rare cases in which this action is useful. To correctly use setjmp() and longjmp(), y...
See more
Download the Study24x7 App, so you can connect and collaborate.