logoalt Hacker News

xeyownttoday at 10:56 AM0 repliesview on HN

In which language a string would be a pointer to a pointer to a character?

Even in C, string literals are simply a sequence of null-terminated char, no pointer involved.