Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 1.35 KB

README.md

File metadata and controls

93 lines (54 loc) · 1.35 KB

CmpE 150

Bogazici University CmpE 150 Introduction to Computing (C programming language) Lab Notes

Email: [email protected]

Notes From Other Labs

Weeks

  • Introduction
  • printf(), scanf()

Star Items

- Indentation
- Read Errors and Warnings
  • Data types
  • int, float

Star Items

- Always use  the correct format specifier (%d %f ..)
- Type Casting
  • Operators
  • char

Star Items

- Zero => False, Nonzero => True
- Letters and digits are consecutive in ASCII table
  • Conditional Statements

Star Items

- 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