C language in plain view

From Wikiversity
Jump to navigation Jump to search

Introduction[edit | edit source]

Handling Repetition[edit | edit source]

Handling a Big Work[edit | edit source]

Handling Series of Data[edit | edit source]

Background[edit | edit source]

Basics[edit | edit source]

Examples[edit | edit source]

  • Spreadsheet Example Programs
Example 1 (A.pdf, C.pdf)
Example 2 (A.pdf, C.pdf)
Example 3 (A.pdf, C.pdf)
Bubble Sort (A.pdf)

Applications[edit | edit source]

  • Applications of Pointers (A.pdf)
  • Applications of Arrays (A.pdf)
  • Applications of Array Pointers (A.pdf)
  • Applications of Multi-dimensional Arrays (A.pdf)
  • Applications of Array Access Methods (A.pdf)
  • Applications of Structures (A.pdf)

Handling Various Kinds of Data[edit | edit source]

Handling Low Level Operations[edit | edit source]

Declarations[edit | edit source]

  • Type Specifiers and Qualifiers (pdf)
  • Storage Class Specifiers (pdf)
  • Scope


Class Notes[edit | edit source]



See also https://cprogramex.wordpress.com/

Old Materials [edit | edit source]

until 201201

  • Intro.Overview.1.A (pdf)
  • Intro.Memory.1.A (pdf)
  • Intro.Number.1.A (pdf)
  • Repeat.Control.1.A (pdf)
  • Repeat.Loop.1.A (pdf)
  • Work.Function.1.A (pdf)
  • Work.Scope.1.A (pdf)
  • Series.Array.1.A (pdf)
  • Series.Pointer.1.A (pdf)
  • Series.Structure.1.A (pdf)
  • Data.Type.1.A (pdf)
  • Data.TypeCast.1.A (pdf)
  • Data.Operators.1.A (pdf)


until 201107

  • Intro.1.A (pdf)
  • Control.1.A (pdf)
  • Iteration.1.A (pdf)
  • Function.1.A (pdf)
  • Variable.1.A (pdf)
  • Operators.1.A (pdf)
  • Pointer.1.A (pdf)
  • Pointer.2.A (pdf)
  • Array.1.A (pdf)
  • Type.1.A (pdf)
  • Structure.1.A (pdf)


go to [ C programming in plain view ]