PowerPoint Slides To Chapter 08
PowerPoint Slides To Chapter 08
Chapter 8
Introduction
• Concerned with the structure of programs having more
than one function
• Two different ways to characterise variables:
– Data type refers to the type of information represented by a variable,
e.g. integer number, floating-point number, character, etc.
– Storage class refers to the permanence of a variable and its scope
within the program