Y
Hacker News
new
|
ask
|
show
|
jobs
by
userbinator
4037 days ago
In C99, sizeof is compile-time only if VLAs are not involved.
In C89, sizeof is
always
compile-time.