+ 1
How to use goto function
4 Antworten
+ 3
Read the Disadvantages before going any further:
https://www.tutorialspoint.com/cplusplus/cpp_goto_statement.htm
https://www.geeksforgeeks.org/goto-statement-in-c-cpp/
https://www.sololearn.com/Discuss/2246832/?ref=app
+ 3
Goto isn't a function; it's a statement. It tells the compiler to jump to the given label or label pointer, kind of like chutes and ladders.
0
Thanks sir
0
What language? It depends on the language.