Explain the various types of string functions in QBASIC
Answers
Answered by
8
Answer:
Hello mate
Explanation:
STRING$ Function: It is used with a PRINT statement that displays a particular character a specified number of times. INKEY$ Function: It reads a character from the keyboard and returns the character. INPUT$ Function: It returns a string of characters read from the specified file.
Similar questions