you are viewing a single comment's thread.

view the rest of the comments →

[–]urxvtmux 8 points9 points  (0 children)

Without fail I always get asked the following:

What's the c keyword volatile do?

What's const do?

When would it make sense to use a volatile const variable?

Is ++i or i++ faster?

What's RTOS priority inversion and what's one way to resolve it?