'In which languages are string chars stored contiguously in memory?

In C, a string, char * is represented contiguously in memory. The next address is the next char. In what other languages is this the case for the standard string implementation?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source