I know that a pointer must be of the same type or object as the object its pointing to ie int pointer points to int,char pointer points to char and so on, But what exactly does a node pointer point to I know that its of type node and therefore must point to a node but it can't point to the first element because if the first element
is of a smaller type than the second the pointer is of the wrong type for the second element,
Therefore what does it point to.
Also just brousing over precedence and associativety fine with precedence but need a quick recap with
associativety any ideas where I can read up on this matter.
Thanks all for taking the time to help me.



LinkBack URL
About LinkBacks


