Search:

Type: Posts; User: grumpy

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    1,099

    It is valid, although it does not pass an array...

    It is valid, although it does not pass an array to the function. *myArray is equivalent, in this case, to myArray[0].

    The declaration of printArrayD() is accepting a reference to int, not a...
  2. Replies
    5
    Views
    1,099

    printArrayD() is declared as a function that...

    printArrayD() is declared as a function that accepts a reference to int as the first argument.

    It is later implemented as a function that accepts a pointer to pointer (or array of pointers) to...
Results 1 to 2 of 2