HRS - Ask. Learn. Share Knowledge. Logo

In Computers and Technology / College | 2025-07-08

Which keyword transfers control to another label?
A. return
B. switch
C. goto
D. call

Asked by mohamedyussuf7573

Answer (1)

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. ;

Answered by GinnyAnswer | 2025-07-08