[prev] [index] [next]

Exercise: Using typedef

Suggest typedefs for the following kinds of values

  1. marks for students in a course
  2. grades for students in a course
  3. strings of up to 100 characters
  4. vectors of 10 real numbers
  5. array of strings
  6. dates

Give example literal values of each type.