Chapter 5 Pre-assignment

For your language determine the following. Give examples.

  1. Does it use keywords or reserve words or both?
  2. Does it use static or dynamic binding? Both? When?
  3. Does the language allow stack dynamic variables? When? Restrictions?
  4. Does the language allow explicit heap-dynamic variables? When? Restrictions?
  5. Does it have named constants? Is the binding static or dynamic?