Home Segments Index Top Previous Next

315: Mainline

If you want to have the pointer variable, tptr, point to the memory allocated for the ordinary trade variable, t, you can write the following assignment statement:

tptr = &t;