Saved Bookmarks
| 1. |
Difference between print # statement and write # statement?? |
|
Answer» Explanation: A print ALWAYS outputs to the "default DEVICE" generally the terminal screen. A write sends things to a numbered unit that may be the screen, a DISK file, or SOMETIMES a printer (see OPEN statement for connecting unit number to a file). |
|