6 ms·
Yes but if we are being pedantic no. Of course the language does still greatly lean into the null terminated string concept. You get a null terminated char arr
by jacoblambda 6y ago
Yes but if we are being pedantic no. Of course the language does still greatly lean into the null terminated string concept.
You get a null terminated char array but the length is actually available since arrays (as long as they haven't decayed into pointers) can still share their length at compile time.