|
|
|
|
|
by jstimpfle
2924 days ago
|
|
> it exists to handle meaningless yet syntactically valid constructs. Maybe more like "handle bad situations that cannot be precluded at compile time". And since C has "no runtime", so can't do much "handling" at run time, it gets UB instead. |
|
Doing something at runtime is a different concept from having a runtime.
In any case, C, in fact, often does have a runtime. What do you think executes main()?