⚙ C ⚙

Here we are going to learn how to program in C from scratch

Project Topics and Knowledge
0x00-Hello_world Preprocessor, Compipler, Assembler, Linker, printf function, puts function, int variable, char variable
0x01- variables_if_else_while if, else, putchar function, for loop, and while loop
0x02-functions_nested_loops Ascii Table, strings, long, unsigned, functions, nested loops
0x03-debugging Debugging Skills
0x04-more_functions_nested_loops FizzBuzz problem, AND OR DIFF operators, functions, and nested loops
0x05-pointers_arrays_strings Strings, arrays, pointers, strcpy, strlen, atoi