GW Basic in Urdu for 10 Class part 4

  • 9 years ago
http://www.cstechz.com/gw-basic-urdu-part-4-10-class/
This video is about control structure in gwbasic
What is meant of Transfer of control in GWBASIC
In GWBASIC the program is executed in sequence or line by line. But if we want to jump form one part to another part of program then we use control statement .This execution of program is called transfer of control.
These are the control statement are used in GWBASIC
GOTO,IF-THEN,FOR-NEXT ,STOP,END

Recommended