Helena's COMP1511 Tutorials
In this space you will find all the code written written and used in my tutorials as well as extra material to help you revise.
This material is intended to supliment the course material provided on WebCMS.
Tutorials
Hello world! and printf()
Coming soon...
Variables, simple I/O with printf and
scanf, arithmetic expressions, if
statements.
Coming soon...
Nested if statements, boolean expressions.
Loops, nested loops.
Coming soon...
Arrays, nested while() loops and using
scanf()'s return value.
Coming soon...
Functions and variable scope.
Coming soon...
ASCII, getchar(), putchar()
and command line arguments.
Coming soon...
Structs and pointers.
Coming soon...
Linked lists.
Coming soon...
Coming soon...