Bogazici University CmpE 150 Introduction to Computing (C programming language) Lab Notes
Email: burak.suyunu@boun.edu.tr
- https://github.com/gokceuludogan/cmpe150
- https://github.com/melsener/cmpe150
- https://github.com/zeynepyirmibes/cmpe150-spring20
- https://github.com/hkmztrk/CMPE150
- Introduction
- printf(), scanf()
- Indentation
- Read Errors and Warnings
- Data types
- int, float
- Always use the correct format specifier (%d %f ..)
- Type Casting
- Operators
- char
- Zero => False, Nonzero => True
- Letters and digits are consecutive in ASCII table
- Conditional Statements
- Indentation saves lives (and codes)
- No boolean expression after else
- Loops
- Loops
- Nested Loops
- Functions
- Functions - Call by Reference
- Pointers
- Arrays