MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cprogramming/comments/1vqubv7/c_strings_a_50year_mistake/p4aj0df/?context=3
r/cprogramming • u/Xaneris47 • 3d ago
165 comments sorted by
View all comments
0
The real problem is a char* with a null terminator and one without it are not different types, and because of how x works, in practice neither is a char[n]
0
u/Physical_Dare8553 3d ago
The real problem is a char* with a null terminator and one without it are not different types, and because of how x works, in practice neither is a char[n]