Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugemarvin/alx-low_level_programming
Alx-Learning full-stack engineering with low level programming
https://github.com/bugemarvin/alx-low_level_programming
Last synced: 10 days ago
JSON representation
Alx-Learning full-stack engineering with low level programming
- Host: GitHub
- URL: https://github.com/bugemarvin/alx-low_level_programming
- Owner: bugemarvin
- Created: 2022-04-07T17:06:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T09:08:29.000Z (about 2 years ago)
- Last Synced: 2024-05-28T16:25:57.218Z (7 months ago)
- Language: C
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Alx-low level programming](https://github.com/bugemarvin/alx-low_level_programming)
> learn low level programming with `c` programing.
> ## Project requierment
>
> * Why C programming is awesome
> * Who invented C
> * Who are Dennis Ritchie, Brian Kernighan and Linus Torvalds
> * What happens when you type gcc main.c
> * What is an entry point
> * What is main
> * How to print text using printf, puts and putchar
> * How to get the size of a specific type using the unary operator sizeof
> * How to compile using gcc
> * What is the default program name when compiling with gcc
> * What is the official C coding style and how to check your code with betty-style
> * How to find the right header to include in your source code when using a standard library function
> * How does the main function influence the return value of the program