The keyword that transfers control to another label in programming is goto . It allows the program to jump to a specific label within the code. Other options such as return , switch , and call serve different purposes in function control and branching. ;