Some questions on simple typedefs

Give a typedef based on the following types.
  1. enum names {John, Val, Bertha};

  2. float

Answers to these questions.


Back to notes on simple typedefs.