Functions and arrays
4 lessons in the C course.
Full C course · Search this topic · Programming
- FunctionsDefine small reusable C functions with declarations and return values.
- Function ArgumentsPass values and pointers with explicit size and mutation rules.
- ArraysStore fixed-size sequences and stay within array bounds.
- C StringsRepresent, inspect, and copy null-terminated strings without overflowing buffers.