+ 4
Limit for strings and arrays
In any programming, there is a limit for number data types such as int, float and double. Like this is there is any limit for data types such as strings and arrays?
2 Answers
+ 3
Depends on the language and the system you're working on.
0
Let's say the latest version of Python.