More Control Flow




CS152

Chris Pollett

Oct 25, 2021

Outline

Introduction

Orthogonality

Assignment Operators, Multiway Assignment

Quiz

Which of the following statements is true?

  1. An assertion is a kind of dynamic semantic check.
  2. Alias analysis is typically used to prevent buffer overflow exploits.
  3. Switch/Case statements are an example of procedural abstraction control flow.

Initialization

Ordering Within Expressions

Short Circuit Evaluation

Structured and Unstructured Flow