How many bytes in a pointer address?

1 answer

Answer

1266982

2026-08-17 12:46

+ Follow

Suppose that we're talking about C on an x86 32-bit processor it should be 4-bytes (32-bits).

Since the pointer has to be able to hold any memory location it should be the same number of bits as the processor.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.