The data type used for storing raw memory addresses is ______.

  • address_t
  • char
  • intptr_t
  • pointer
The data type used for storing raw memory addresses is intptr_t, which is an integer type designed to hold a memory address. It ensures that memory addresses are correctly represented, allowing you to work with pointers and addresses in a portable way.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *