Chapter 10 Writing Programs The information in this chapter is designed to help you produce programs that run as efficiently as possible. It includes information on the following topics: * producing fast, compact code * implementation of floating-point * handling large programs * calling subprograms * recursion