Skip to content
/ c-notes Public

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

Notifications You must be signed in to change notification settings

suyunu/c-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CmpE 150

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

Email: burak.suyunu@boun.edu.tr

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages