Bogazici University CmpE 150 Introduction to Computing (C programming language) Lab Notes
Email: [email protected]
- https://github.com/gokceuludogan/cmpe150
- https://github.com/melsener/cmpe150
- https://github.com/zeynepyirmibes/cmpe150-spring20
- https://github.com/sb-b/cmpe150-spring2020
- 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
- Arrays to Functions
- Multidimensional Arrays
- Strings
- Practice (Array - 2D Array - String)
- Structures