InterviewSolution
Saved Bookmarks
| 1. |
How will you save a program in QBasic ? |
|
Answer» Answer: HELLO mate Explanation: Sequential file INPUT in QBASIC is just like reading data from the keyboard, except that all the data exists in a file before the PROGRAM is run. Save the file using the menu system, much like you save a program file: hit ALT+F, and then S, then in the file dialog BOX enter a file NAME. Use DATA. |
|