Incomplete types
refers to pointers in which there is non availability of the
implementation of the referenced location or it points to some location
whose value is not available for modification.
int *i=0x400 // i points to address 400 *i=0; //set the value of memory location pointed by i.
No comments:
Post a Comment
comment on this post
Note: Only a member of this blog may post a comment.