Computer Science, asked by AiswaryaMN, 7 months ago

A label in c++ is_________?? ​

Answers

Answered by HariOmSai
1

Answer:

goto label

Explanation:

syntax the syntax of a label is goto statement

label is an identifier that identifies labeled statement

please mark me as a BRAINLIEST

Answered by Agastya0606
0

A label in c++ is goto.

  • The goto statement could be a jump statement that is usually additionally remarked as an unconditional jump statement.
  • The goto statement will be an accustomed jump from any place to any place inside an operation. In C++ programming, the goto statement is employed for sterilization of the conventional sequence of program execution by transferring management to another part of the program.
  • Once the goto label is encountered, the management of the program jumps to the label.
Similar questions