Home Segments Index Top Previous Next

359: Mainline

When you define a pointer variable in your program, the C compiler allocates only the small amount of memory required to hold an address. Then, later on, you can arrange for that address to be the address of a chunk of memory that is allocated for an object at run time.