Computer Science, asked by nisathapa2058, 3 days ago

Define string operators in qbasic

Answers

Answered by jessypaulson80
0

Answer:

There are two types of string in QBASIC

Explanation:

1. String Variables- These variables should always eng with a dollar sign $

2. String Constant- These are the value of the variable. It consists of letters, number and special characters. You need to enter string constants with double quotation marks " "

Similar questions