How many bytes are used in integer pointers??
saranyak 0 Newbie Poster
Recommended Answers
Jump to PostThe same amount of bytes as there are in all other types of pointers (except possibly function pointers, which might take up a different amount on some platforms). How many that are depends on the platform.
You can find out how many bytes are in an int pointer on your …
Jump to PostActually while what sepp2k says is generally true for many many platforms it is not absolutely true it rather depends on the platform's hardware and how it does addressing.
For example I worked with a microprocessor that used 16bit word addressing, that is each 16 bit address gave the location …
All 5 Replies
sepp2k 378 Practically a Master Poster
teachMyself 0 Newbie Poster
Banfa 597 Posting Pro Featured Poster
mohmadshahbaz 0 Newbie Poster
sepp2k 378 Practically a Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.