Y
Hacker News
new
|
ask
|
show
|
jobs
by
Skunkleton
2112 days ago
printf("%lu\n", sizeof("Well, actshully")); -> 16
1 comments
rightbyte
2112 days ago
One could say that C has a different type for each string size plus the joker pointer to char.
link