write the use of the GOTO statement in a IF.... else statement.
Answers
Answered by
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