Lecture 1 - Slide 22 : 34
Structures: Examples
Some C programs that illustrate structs in C
C program with a couple of structs.
Program output.
A move_person function with structs parameters - does not work.
Program output.
A move_person function with structs parameters - now better.
Program output.
Functions with struct input and struct output
Specialization of persons with a union type
A program that illustrates a struct with bit fields.
Program output.