pointer to a union

A pointer to a union refers to a variable that stores the memory address of a union type, enabling indirect access to the data stored within the union.

Requires login.