Function pointer

A function pointer, also called a subroutine pointer or procedure pointer, is a pointer referencing executable code, rather than data. Dereferencing the function pointer yields the referenced function, which can be invoked and passed arguments just as in a normal function call.

Source: Wikipedia — Function pointer (CC BY-SA 4.0)

Function pointer

A function pointer, also called a subroutine pointer or procedure pointer, is a pointer referencing executable code, rather than data. Dereferencing the function pointer yields the referenced function, which can be invoked and passed arguments just as in a normal function call.

Source: Wikipedia "Function pointer" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy