https://github.com/glenmiracle18/alx-low_level_programming
https://github.com/glenmiracle18/alx-low_level_programming
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glenmiracle18/alx-low_level_programming
- Owner: glenmiracle18
- Created: 2022-10-13T16:03:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:38:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T02:31:35.346Z (4 months ago)
- Language: C
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my alx_se project0x00. C - Hello, World
Why C programming is awesome (dont forget to tweet today, with the hashtag #cisfun :))
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 Holberton 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.