Jump Statements

suggest change

Syntax

Remarks

These are the jumps that are integrated into C by means of keywords.

C also has another jump construct, long jump, that is specified with a data type, jmp_buf, and C library calls, setjmp and longjmp.

See also

http://stackoverflow.com/documentation/c/5151/iteration-statements-loops-for-while-do-while#t=201608200831273762608

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents