Gtindi / alx-low_level_programming

0x00. C - Hello, World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C - Low Level Programming

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language.

C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972.It is a very popular language, despite being old.C is strongly associated with UNIX, as it was developed to write the UNIX operating system.

Below are projects based on C - low level programming language:

  1. Hello World
  2. Variables if else while
  3. Functions nested loops
  4. Debugging
  5. More functions nested loops
  6. Pointers, Arrays & Strings
  7. More Pointers, Arrays & Strings
  8. Even more Pointers, Arrays & Strings
  9. Recursion
  10. Static Libraries
  11. Argc & Argv
  12. Malloc & Free
  13. More Malloc & Free
Done by Gabriel Tindi

About

0x00. C - Hello, World


Languages

Language:C 96.6%Language:Python 2.0%Language:Shell 1.2%Language:Assembly 0.3%