https://github.com/krisbobo/alx-low_level_programming
Low level programming with the C programming language
https://github.com/krisbobo/alx-low_level_programming
betty-style c cli vim
Last synced: about 2 months ago
JSON representation
Low level programming with the C programming language
- Host: GitHub
- URL: https://github.com/krisbobo/alx-low_level_programming
- Owner: krisbobo
- Created: 2022-09-08T22:38:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T19:02:19.000Z (over 2 years ago)
- Last Synced: 2023-09-26T08:41:56.982Z (over 2 years ago)
- Topics: betty-style, c, cli, vim
- Language: C
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-low_level_programming
**We seek to examine the following concepts by going through the following tasks:**
- 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