Chapter 14 - Functions and Pointers

Chapter 14 - Functions and Pointers


This chapter begins by introducing functions in the C programming language and provides several examples. The chapter continues by describing call-by-value and call-by-reference in the C programming language and finally ends with an explanation of pointers and the "scope" of a variable or procedure.


Have a look at the sample programs for this chapter

Come back to the main page