Changes between Version 38 and Version 39 of ResumedC


Ignore:
Timestamp:
Sep 3, 2009, 11:46:03 AM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v38 v39  
    324324==== Operators to access to memory ====
    325325
    326 || Operator || Description || Example || Result ||
     326|| '''Operator''' || '''Description''' || '''Example''' || '''Result''' ||
    327327|| &        || Address of  || &x      || A constant pointer to '''x''' ||
    328328|| *        || Indirection || *p      || The value (or the function) pointed by the '''p''' address ||