sizeof char* array in C/C++ - Stack Overflow

sizeof char* array in C/C++ - Stack Overflow

瀏覽:404
日期:2025-10-01
It's a char* , whose size is (on your platform) 4, divided by 1 (size of char ) is, correctly, 4. In C++, you'd ......看更多