To study operating system concepts we will use the C programming language. To be able to understand the tutorials and solve the programming assignments you will need to be familiar with the following C programming concepts.
int
and char
.char
).#define
directive.printf()
to print text to the terminal.if-then-else
control structure.switch
control structure.while
loop.