How to remove goto and add more than one function?
CodePudding user response:
Is a function, the new rules in the goto statement calling function place
For example:
Goto test;
Test:
Pass:
Instead of
Int test () {
Pass
}
test();
CodePudding user response: