An open API service indexing awesome lists of open source software.

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

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:**