C Language Basics Interview Questions and Answers For Freshers Part-3
8. What is the difference between goto and long jmp( ) and setjmp()? A goto statement implements a local jump of program execution, and the longjmp() and setjmp() functions implement a nonlocal, or far, jump of program execution. Generally, a…
Read More