Answers to questions on simple typedefs
Give a typedef based on the following types.
enum names {John, Val, Bertha};
typedef enum names Names;
float
typedef float Decimals;
Back to the questions
.
Back to notes on simple typedefs
.