Wednesday, February 11, 2009

Why does a pointer definition need a type to be specified?

Choice a : To specify the size of the pointer
Choice b : To clear the memory being pointed to before it is assigned
Choice c : To set the endianness of the pointer
Choice d : To set the address space definition
Choice e : To allow pointer math to work properly

No comments: