Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Joanfa7/holbertonschool-low_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Engineering Develompent

In this Repository you can find my expence with Software Principles.

Index

  1. 0x00-hello_world

    • C basics
  2. 0x01-variables_if_else_while

    • Conditional statements, variable types, arithmetic/logical/relational operators, True/False, comments, while loops, ASCII table
  3. 0x02-function_nested_loops

    • Prototypes, header files, nested for/while loops
  4. 0x03-debugging

    • gdb debugger
  5. 0x04-more_functions_nested_loops

    • Nested loops, scope of variables
  6. 0x05-pointers_arrays_strings

    • Pointers, arrays, how to manipulate strings
  7. 0x06-pointers_arrays_strings

    • Pointers, arrays, how to manipulate strings
  8. 0x07-pointers_arrays_strings

    • Double pointers and 2D arrays
  9. 0x08-recursion

    • Recursion
  10. 0x0A-argc_argv

    • How to use arguments passed to your program
  11. 0x0B-malloc_free

    • Malloc, free, valgrind
  12. 0x0C-more_malloc_free

    • exit, calloc and realloc
  13. 0x0D-preprocessor

    • Macros, header files guard
  14. 0x0E-structures_typedef

    • Structures and why use them, typedef
  15. 0x0F-function_pointers

    • What are function poitner and how to use them
  16. 0x10-variadic_functions

    • Variadic functions, va_start, va_arg, va_end
  17. 0x12-singly_linked_lists

    • Liniked list vs array and its use
  18. 0x13-more_singly_linked_lists

    • Modifie linked list
  19. 0x14-bit_manipulation

    • How to manipulate bits and use bitwise operators
  20. 0x15-file_io

    • How to create, open, close, read and write files

C

About

In this repository you can found various core C code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published