c++ - Pointer array and sizeof confusion - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - Pointer array and sizeof confusion - Stack Overflow
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 ...