Strings - AP Computer Science Principles

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

What function returns the length of a string in most programming languages?

Tap to reveal answer

Answer

length() or len(). Standard method to count characters in a string.

← Didn't Know|Knew It →