How much in is a pointer?

1 answer

Answer

1022840

2026-05-05 17:20

+ Follow

In C and C++, the size of a pointer depends on the architecture of the system. On a 32-bit system, a pointer typically occupies 4 bytes, while on a 64-bit system, it generally occupies 8 bytes. However, the actual size can vary depending on the compiler and the specific platform being used. To determine the exact size of a pointer in a particular environment, you can use the sizeof operator.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.