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
- printf()
- scanf()
- int, float
- char
- control structures: if ... else
- control structures: switch ... case
- loops: while, do-while, for
- loops: while, do-while, for
- functions:
- functions and pointers:
- pointers and arrays:
- arrays:
- string:
- multi-dimensional arrays and struct: