Computer Science, asked by ArpitaNayak1, 1 year ago

what is LEN in basic

Answers

Answered by HarishER
1
Here's your answer :

In computer programs, len is the name of one of the major string functions. It stands for length, and returns the length of a specific string. Many common programming languages operate on strings using string functions.

It is named len in the language BASIC and its derivatives such as Visual Basic. It is named strlen in the language C and its derivatives such as PHP. In some other languages, the full word length is written out as the name of the function. For other languages see Comparison of programming languages (string functions).

Thanks
Answered by Parkar
1
In computer programs, len is the name of one of the major string functions. It stands for length, and returns thelength of a specific string. Many common programming languages operate on strings using string functions. It is named len in the language BASIC and its derivatives such as Visual Basic.
Similar questions