Answers to questions on expressions

  1. What is the simplest form of expression?
    A literal or constant value.

  2. Why does C have bit patterns as a form of data?
    Because is designed for low level programming without the need to write in assembly code. Bit patterns are useful in compiler code generation and in programming interrupt handlers in operating systems.

Answers to these questions.


Back to the notes on expressions.