Arrays Notes
if we don't assign value to an integer array or (primitive types) the default value assigned is 0.
If we don't assign value to the string array by default the value is “null”. it is a literal like none in Python.
string str = null; is correct
int ...
cvani.hashnode.dev2 min read