Skip to main content
Logo image

Section 12.6 Summary

In this chapter, we learned about the following topics:
  • Writing and calling functions
  • Function prototypes
  • Passing arguments to functions
  • Returning a value from a function
  • Writing recursive functions