Comment by francisofascii
3 days ago
Which systems do this? I could see situations where reading in a text file, you have might assume the value null is not the string "null". I am struggling to think of other situations.
3 days ago
Which systems do this? I could see situations where reading in a text file, you have might assume the value null is not the string "null". I am struggling to think of other situations.
Bash, C strings, URL query strings, and CSVs off the top of my head.
C definitely does not represent null as a string.
No, but it also doesn't let you store null in a string variable.
Well... it does, but that would just be an empty string.
2 replies →