In this C programming tutorial, you've covered program structure, output, comments, variables, data types, constants, operators, control flow, arrays, strings, user input, memory addresses, pointers, functions, recursion, math functions, structs, unions, enums, and a mini project.
Next up, you should dig into file handling, dynamic memory allocation (malloc, free), pointers with arrays, header files, multi-file project structure, and debugging with compiler warnings.
Info
When learning C, the single most important skill is learning to actually read error messages. The compiler can sound blunt sometimes, but it usually gives you a solid clue.