Hacker News new | ask | show | jobs
by Skunkleton 2112 days ago
printf("%lu\n", sizeof("Well, actshully")); -> 16
1 comments

One could say that C has a different type for each string size plus the joker pointer to char.