Node:Questions for Chapter 13, Previous:Mathematical functions, Up:Libraries



Questions for Chapter 13

  1. How do you incorporate a library file into a C program?
  2. Name the most commonly used library file in C.
  3. Is it possible to define new functions with the same names as standard library functions?
  4. What type of data is returned from mathematical functions?
  5. True or false? All mathematical calculations are performed using doubles.
  6. Name five kinds of error which can occur in a mathematical function.