Answers to questions on simple typedefs

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

  2. float
    typedef float Decimals;

Back to the questions.


Back to notes on simple typedefs.