"goto" का उच्चारण कैसे करें
word
ˈɡoʊˌtu/, /ˈɡoʊtoʊ
GOH-too
ˈɡəʊtuː
GOH-too
परिभाषा
In programming, 'goto' is a command that makes the program jump to another part of the code, skipping the normal order.
IPA ट्रांसक्रिप्शन
अमेरिकी अंग्रेज़ी
ˈɡoʊˌtu/, /ˈɡoʊtoʊ
ब्रिटिश अंग्रेज़ी
ˈɡəʊtuː
सरल उच्चारण
US
GOH-too
UK
GOH-too
संदर्भ में सुनें
The old BASIC language uses goto to move to a different line.
You should avoid using goto in your code.
Some early programming books taught beginners to use goto.
When I see goto in code, I know it’s probably old school.