Can anyone help me to understand the function of (go to) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone help me to understand the function of (go to)

please give me an advice

17th Jul 2018, 3:38 AM
Elmarakbeno
Elmarakbeno - avatar
2 Answers
+ 1
"goto" is not a function. This jumps to the specified label. But you should not use this because it causes the code to be complecated. goto a; //Jumps to "a" a: https://en.cppreference.com/w/cpp/language/goto
17th Jul 2018, 3:46 AM
Disvolviĝo;
Disvolviĝo; - avatar
+ 1
thanks a lot
17th Jul 2018, 3:48 AM
Elmarakbeno
Elmarakbeno - avatar