Hacker News new | ask | show | jobs
by yazaddaruvala 170 days ago
Of course it is. C does allow named functions and variables. C doesn’t allow arbitrary jumps.

Those are two reasons why C is less tedious than assembly.

1 comments

> C doesn’t allow arbitrary jumps.

Have you heard of longjmp?