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

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

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