Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DazedNConfused

    Using pointers with multidimensional Arrays

    Thank you for your replie,but what I want to know is: why is *(beans +i) identical to beans[i].Why doesn't *(beans+i)refer to value instead of an adrress?Why isn't '*' redeferencing operator here? Again,thank you
  2. DazedNConfused

    Using pointers with multidimensional Arrays

    I'm having trouble in understanding this.For example, If we have an array BEANS[i][j]: *(*(beans+i)+j)-why does *(beans+i)refer to an address of the element and not it's value?Afterall,'*'is INDIRECTION operator.Why does only the outmost '*' behave like indirection operator? I have another...
  3. DazedNConfused

    Passing an array as a function argument.Help needed.

    HEllo?Isn't there anyone who could answer me this.If you don't understand the question tell me so.But pleeeeaseee answer this tiny thing for yours truly.Thank you.
  4. DazedNConfused

    Passing an array as a function argument.Help needed.

    I'm realy sorry about this.I tried to edit something and this is what happened.Sorry!
  5. DazedNConfused

    Passing an array as a function argument.Help needed.

    In book it says that arrays cannot be passed by value to parameters of a function,but then in example it passes an array to an array parameter .I understand if you pass adress of an array to a pointer parameter,but how can you pass an adress to an array or do you pass something else?And to...
  6. DazedNConfused

    Passing an array as a function argument.Help needed.

    In book it says that arrays cannot be passed by value to parameters of a function,but then in example it passes an array to an array parameter .I understand if you pass adress of an array to a pointer parameter,but how can you pass an adress to an array or do you pass something else?And to...
  7. DazedNConfused

    Passing an array as a function argument.Help needed.

    In book it says that arrays cannot be passed by value to parameters of a function,but then in example it passes an array to an array parameter .I understand if you pass adress of an array to a pointer parameter,but how can you pass an adress to an array or do you pass something else?And to...

Part and Inventory Search

Back
Top