c++ - Pointer array and sizeof confusion - Stack Overflow

c++ - Pointer array and sizeof confusion - Stack Overflow

瀏覽:1433
日期:2025-06-15
When you call sizeof you're asking for how large it is in terms of bytes. A pointer is actually an integer that represents an address where the data you're ......看更多