https://github.com/hkmztrk/cmpe150
Bogazici University - CMPE150 (Introduction to Computing C) lab notes
https://github.com/hkmztrk/cmpe150
c c-language cprogramming
Last synced: 12 months ago
JSON representation
Bogazici University - CMPE150 (Introduction to Computing C) lab notes
- Host: GitHub
- URL: https://github.com/hkmztrk/cmpe150
- Owner: hkmztrk
- Created: 2018-10-02T13:39:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T23:11:01.000Z (over 6 years ago)
- Last Synced: 2025-06-19T04:02:46.724Z (12 months ago)
- Topics: c, c-language, cprogramming
- Language: C
- Homepage:
- Size: 1.51 MB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPE150
Bogazici University, CMPE150 (Introduction to Computing C) lab exercises will be shared weekly.
**Email:** hakime.ozturk@boun.edu.tr
**Email:** emre.bilgili@boun.edu.tr
### Other CMPE150 repos
* [CMPE150.02](https://github.com/suyunu/c-notes)
* [CMPE150.03](https://github.com/gokceuludogan/cmpe150-fall19)
## Week02
* printf()
* scanf()
* int, float
## Week03
* char
## Week04
* **control structures:** if ... else
* **control structures:** switch ... case
## Week05
* **loops:** while, do-while, for
## Week06
* **loops:** while, do-while, for
## Week07
* **functions:**
## Week08
* **functions and pointers:**
## Week09
* **pointers and arrays:**
## Week10
* **arrays:**
## Week12
* **string:**
## Week13
* **multi-dimensional arrays and struct:**