Pointers Glossary

Browse 1 pointers terms defined in plain English, from the cultural dictionary of computing.

1 Pointers Terms

Reference
An alias or handle that refers to an object or value stored elsewhere in memory, allowing multiple variables or structures to access the same underlying data...

Related Topics