what are the differences types of variables in Qbasic
Answers
Answered by
1
Answer:
What is variables in Qbasic?
- A variable in QBasic is a small amount of computer memory that has been given a name. You (the programmer) think of the name you want to use. The QBasic system will use a section of main memory for that name. A variable is like a small box that holds a value.
what are the differences types of variables in Qbasic?
- Numeric variable :Numeric variable can assume numeric value and is represented by an alphabet or an alphabet followed by another alphabet or digit. ...
- String variable : A string variable is represented by an alphabet followed by dollar ()sign.
Hope it helps you
Similar questions