The Break statement can be simulated by using the "goto" statements. The exit statement is used for exiting the program and the return statement is for returning to the calling function. So by using the "goto" statement we can change the execution flow and that is the use of goto statement ......
Break statement can be simulated by using 1. go to 2. return 3. exit 4. both return and exit
Questions by Rujul answers by Rujul
Related Answered Questions
Related Open Questions