Thread: multipointer

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    multipointer

    Hi guys!
    just so confused about something that I was disregarding it everytime, and this time comes to ask.
    I've read about pointers and just want to know if [/code]int**[code] called also a pointer !
    what I know that if
    Code:
    int *
    then it's a pointer. but what about
    Code:
    int **
    is it called also a pointer?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Same old rubbish from the OP, who can't help asking the same question over and over and over and over and over ....
    Address-pointers.
    Syntax writing of a pointers.
    Comparing pointers
    pointers.
    new pointer writing style of char ** and int **

    Ask another question you've asked before, and your +B will be permanent.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Tags for this Thread