Multiple choice 'goto' statement is used in C programming to __________. jump the control to specific location o screen hold the control for user input end the program execution restart the execution from beginning jump the control up or down at its label Reveal answer Fill a bubble to check yourself E Correct answer Explanation The goto statement is used to jump the control in a program to its label in the function irrespective of its place in the sequence of coding.