Remix.run Logo
fithisux 44 minutes ago

Null terminated strings have some merits but they should be a completely different data type like in Freebasic.

Sankozi 29 minutes ago | parent [-]

Are there other merits than availability of literals in C?

It seems like one of the worst data structures ever - lookup complexity of a linked list with a expansion complexity of an array list with security problems added as a bonus.