https://github.com/gabrielevalenzuela/c-seminars
Repository used for C Seminars
https://github.com/gabrielevalenzuela/c-seminars
c education seminar
Last synced: 5 months ago
JSON representation
Repository used for C Seminars
- Host: GitHub
- URL: https://github.com/gabrielevalenzuela/c-seminars
- Owner: GabrielEValenzuela
- License: mit
- Created: 2024-08-12T01:21:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T23:00:20.000Z (almost 2 years ago)
- Last Synced: 2025-08-05T18:43:57.600Z (11 months ago)
- Topics: c, education, seminar
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Seminars
This repository contains simple C programs that demonstrate various fundamental concepts of C programming. Each example is designed to illustrate a specific topic, such as arrays, pointers, conditionals, loops, and more.
## Table of Contents
1. [Hello, World!](001)
2. [N-Queens Problem](002)
3. [N-Queens Problem v2](003)
4. [Variable Declaration and Usage](004)
5. [Input and Output Operations](005)
6. [Conditional Statements](006)
7. [Loops in C](007)
8. [Pointers](008)
9. [Preprocessor in C](009)
10. [Arrays in C](010)
11. [Structs,Unions & Bitfields](011)
12. [Function pointers](012)
13. [File operations](013)
14. [Variables II](014)
15. [Attributes](015)