Computer Science, asked by chamansingh221213, 10 months ago

what is label goto statement​

Answers

Answered by pallavisrinivas2004
2

Explanation:

goto label; A label's name is a user defined identifier and is distinguished by the colon that immediately follows its name. The statement immediately followed after “label:” is the statement to be executed after goto statement. The goto statement jump to the statement marked with a label.

Answered by ambccbjcgh12
2

Answer:

check this  web site

Explanation:

geeksforgeeks

Similar questions