https://github.com/serhatderya/c-practices
This repository contains practices for begginers in C programming.
https://github.com/serhatderya/c-practices
c programming programming-exercises soft
Last synced: 6 months ago
JSON representation
This repository contains practices for begginers in C programming.
- Host: GitHub
- URL: https://github.com/serhatderya/c-practices
- Owner: SerhatDerya
- Created: 2022-02-22T13:01:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T16:21:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T18:29:35.777Z (about 1 year ago)
- Topics: c, programming, programming-exercises, soft
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C PRACTICES
This repository contains practices for begginers in C programming.
## 1 - Hello World
Learn how to greet the programming world by printing "Hello World" on the screen.
## 2 - Introduction to C
Basic operations in C.
## 3 - Control Structures
Implementations of control structures.
~ switch-case
~ while-do
~ for