Computer Science, asked by TbiaSamishta, 1 year ago

_____ statement transfers control to a label. Fill in the blank.

Answers

Answered by Rudhraa
0
go to statement...is the word
Answered by Sidyandex
0

Go To statement transfers control to a label. It is helped to transfer control to a different statement where the label is defined in C programming.

There are two kinds of transfers, one from top to bottom, and the other from the bottom to top.

However, the flow of a statement is much faster when a go-to statement is used.

Hence it is not much encouraged.

Similar questions