Computer Science, asked by ranazahir8789, 29 days ago

write the use of the GOTO statement in a IF.... else statement.​

Answers

Answered by Jiya10101
5

Answer:

The goto statement in C++ is an unconditional jump statement used for transferring the control of a program. It allows the program's execution flow to jump to a specified location within the function.

Similar questions