https://github.com/ghostface-cybersecurity/c-guide
a simple guide to the C programming language
https://github.com/ghostface-cybersecurity/c-guide
c code guide
Last synced: 4 months ago
JSON representation
a simple guide to the C programming language
- Host: GitHub
- URL: https://github.com/ghostface-cybersecurity/c-guide
- Owner: ghostface-cybersecurity
- Created: 2024-12-27T05:24:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T05:58:46.000Z (5 months ago)
- Last Synced: 2025-01-24T10:38:59.430Z (5 months ago)
- Topics: c, code, guide
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: C-guide
description: a simple guide to the C programming language
tags: C-guide | C-concepts | C-programming
last_update: 29.12.2024
---Introduction
Welcome, recently I had an idea to learn C for some projects, in this repository I will collect all the mini programs that show the basic concepts of programming in the C programming language
### Navigation:
+  - simple hello world programm
+  - about gdb & assembler
+  - about strings
+  - data type sizes
+  - about pointers
+  - about typecasting
+  - about scanf function / input
+  - work with pointers
+  - more about command line input when running an executable
+  - work with heap