Select from following answers:- transfer
- switch
- go
- goto

- All Above
'goto' is the keyword used to transfer the execution of the program directly from one label to another label.
We can also use 'goto' keyword to get out from very strong nested loops.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator