0

Depending on whether we want ASCII characters array or extended ASCII characters array, we generally either allocate a size of 128 or 256 for an ASCII character array that needs to hold all ASCII characters(I am taking a reference of Java arrays)

Let's say we want to do the same for a unicode character array, what size do we need to allocate for that array ?

0 Answers0