Hacker News new | ask | show | jobs
by saagarjha 2432 days ago
A fun (or maybe horrifying) bit of trivia is that sizeof in C can end up evaluating its operand in certain cases; namely, when you use it on a VLA: https://godbolt.org/z/-UX2KQ