BookPage

Structures and Function Calls

Structures and Function Calls

BookPage

Referencing Structure Members with the Dot Operator

Referencing Structure Members with the Dot Operator

BookPage

What Is a Structure?

As you've learned, arrays can be used to collect groups of variables of the same type.

BookPage

Exercises : Answer the following Question

To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the

BookPage

Question and Answer

Q What can you do with the enum data type?

BookPage

Revisiting the main() Function

Revisiting the main() Function

BookPage

Recursive Functions

Recursive Functions

BookPage

Making typedef Definitions

Making typedef Definitions

BookPage

The enum Data Type

The enum Data Type

BookPage

Exercises : Answer the following Question

To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the

BookPage

Question and Answer

    Q Why do you need to allocate memory at runtime?

BookPage

The realloc() Function

The realloc() Function

BookPage

The calloc() Function

The calloc() Function

BookPage

Releasing Allocated Memory with free()

Releasing Allocated Memory with free()

BookPage

Allocating Memory at Runtime

Allocating Memory at Runtime

BookPage

Exercises : Answer the following Question

To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the

BookPage

Question and Answer

Question and Answer

    Q Why do you need pointer arithmetic?

BookPage

Pointing to Functions

Pointing to Functions

BookPage

Arrays of Pointers

Arrays of Pointers

BookPage

Pointers and Functions

Pointers and Functions