Game Preview

Review of pointers

  •  English    15     Public
    Pointers
  •   Study   Slideshow
  • What will be the output?
    Address of b, because p now points to b
  •  20
  • What will be the output?
    ABCDEFGHIJ
  •  20
  • What will be the output?
    7 -1053578 (Some garbage)
  •  20
  • What will be the output?
    14
  •  20
  • What will be the output?
    2.5 2.5 2.5
  •  20
  • What will be the output?
    fg
  •  20
  • What will be the output?
    7 7
  •  20
  • What will be the output?
    Error! Pointer to null address
  •  20
  • What will be the output?
    h h
  •  20
  • What will be the output?
    1 2
  •  20
  • What will be the output?
    90.5 3
  •  20
  • What will be the output?
    Error!
  •  20
  • What will be the output?
    2 1
  •  20
  • What will be the output?
    10
  •  20
  • What will be the output? { arr[0] address is 0x7ff7bfeff3fc }
    0x7ff7bfeff404
  •  20