This repository contains notes of Cmpe150.04 lab sessions.
Bogazici University, CMPE150 (Introduction to Computing C)
E-mail: [email protected]
- https://github.com/melsener/cmpe150
- https://github.com/suyunu/c-notes
- https://github.com/zeynepyirmibes/cmpe150-spring20
- Integers
- Displaying outputs
- Getting inputs
- Data types
- Input & output
- Errors
- Operators
- Characters
- Conditional Statements (If, If-else, Switch)
- Loops (While, do while, for)
- Nested Loops
- Function
- Function (Pass by reference)
- Pointers
- Arrays
- Passing arrays to functions
- Multidimensional arrays
- Strings
- Arrays, Strings, Multidimensional arrays
- Structs