Changes between Version 38 and Version 39 of ResumedC
- Timestamp:
- Sep 3, 2009, 11:46:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v38 v39 324 324 ==== Operators to access to memory ==== 325 325 326 || Operator || Description || Example || Result||326 || '''Operator''' || '''Description''' || '''Example''' || '''Result''' || 327 327 || & || Address of || &x || A constant pointer to '''x''' || 328 328 || * || Indirection || *p || The value (or the function) pointed by the '''p''' address ||