C * operator meaning in array assignment

Posted by bigben on Stack Overflow See other posts from Stack Overflow or by bigben
Published on 2009-12-12T22:32:59Z Indexed on 2010/05/31 21:03 UTC
Read the original article Hit count: 143

Filed under:
|
|
|

What does this line mean? I havn't done C in a few years. Does it perform the operation in parens then make the int result a pointer??

b[0] = *(start + pos++);

© Stack Overflow or respective owner

Related posts about c

    Related posts about arrays