Goto can be used to jump from main() to within a function. Depends varies false true
Answers
Answered by
0
Answer:
false ok I know bye OK sleep
Answered by
0
The statement is true.
- The goto statement is a jump statement, often known as an unconditional jump statement in some instances. Within a function, you can hop from one place to another by using the goto statement.
- A C programme can leap from one portion of the code to any other section of the code by using the goto statement, which is a jump statement. The goto statement enables us to change the program's default flow to suit our needs. By utilising labels, we can accomplish this by giving a block of code a name so that we can use the goto instruction to jump to it.
- The goto statement can be used in two different ways: either to repeat some lines of code by going above in the code, or to skip some lines and move to a block below.
Hence, the statement is true.
Learn more here
https://brainly.in/question/6410460
#SPJ5
Similar questions