Node:Questions 19, Previous:typedef, Up:More data types



Questions 19

  1. Enumerated names are given integer values by the compiler so that it can do multiplication and division with them. True or false?
  2. Does void do anything which C cannot already do without this type?
  3. What type qualifier might a variable accessed directly by a timer be given?
  4. Write a statement which declares a new type "real" to be like the usual type "double".
  5. Variables declared with the qualifier const can be of any type. True or false?