About 18,300,000 results
Open links in new tab
  1. Pointer (computer programming) - Wikipedia

    A pointer a pointing to the memory address associated with a variable b, i.e., a contains the memory address 1008 of the variable b. In this diagram, the computing architecture uses the same address …

  2. What the heck are pointers? - Simply Explained - YouTube

    Pointers are one of the most misunderstood and feared concepts in programming — but once you get them, everything changes. From memory efficiency to direct memory access, pointers are the key...

  3. What Are Pointers and How They Work - codefinity.com

    A pointer is a variable that stores the memory address of another variable. Rather than holding a direct value, it points to a location in memory where that value resides.

  4. Pointer in programming - GeeksforGeeks

    Jul 23, 2025 · Pointer is a variable that stores the memory address of another variable. Pointers are a powerful feature of many programming languages, including C, C++, and others.

  5. Pointer, what is pointer? how to use pointer, types of pointer, pointer ...

    Pointers are used to store the address of other variables of similar datatype. But if you want to store the address of a pointer variable, then you again need a pointer to store it.

  6. POINTER Definition & Meaning - Merriam-Webster

    The meaning of POINTER is the two stars in the Big Dipper a line through which points to the North Star. How to use pointer in a sentence.

  7. Understanding Pointers in Programming: A Beginner-Friendly Guide

    Feb 11, 2025 · A pointer is a variable that stores the memory address of another variable. Instead of holding a direct value like a regular variable, a pointer holds the location of a value in memory.

  8. What Is a Pointer? - Computer Hope

    Sep 17, 2024 · A comprehensive explanation of what a pointer is, including its uses in computing, navigation, programming, and more with related terms and resources.

  9. POINTER - Definition & Meaning - Reverso English Dictionary

    pointer definition: object used to indicate direction or position. Check meanings, examples, usage tips, pronunciation, domains, and related words. Discover expressions like "pointer finger", "windows, …

  10. Pointer Definition & Meaning | Britannica Dictionary

    : a thin stick that a person uses to show people where to look on a screen, map, etc. computers : a small object (such as an arrow or cursor) that is moved on a computer screen by a mouse and that is used …