Web page hosting, cheap domain name & website promotion services
  

 Index

4.7 Arrays and pointers

  • The result of converting a pointer to an integer or vice versa (C90 6.3.4, C99 6.3.2.3).

    A cast from pointer to integer discards most-significant bits if the pointer representation is larger than the integer type, sign-extends1 if the pointer representation is smaller than the integer type, otherwise the bits are unchanged.

    A cast from integer to pointer discards most-significant bits if the pointer representation is smaller than the integer type, extends according to the signedness of the integer type if the pointer representation is larger than the integer type, otherwise the bits are unchanged.

    When casting from pointer to integer and back again, the resulting pointer must reference the same object as the original pointer, otherwise the behavior is undefined. That is, one may not use integer arithmetic to avoid the undefined behavior of pointer arithmetic as proscribed in C99 6.5.6/8.

  • The size of the result of subtracting two pointers to elements of the same array (C90 6.3.6, C99 6.5.6).

    The value is as specified in the standard and the type is determined by the ABI.


Footnotes

[1] Future versions of GCC may zero-extend, or use a target-defined ptr_extend pattern. Do not rely on sign extension.


 

 

  

 

Domain registration & domain transfer | Register cheap domain name 

Disclaimers: This document is provided as free service for the benefits of Active-Venture.com's virtual hosting customers only.

 

 

" You know you're a geek when... You try to shoo a fly away from the monitor with your cursor. That just happened to me. It was scary.   "