c length of array pointer的相關文章
c length of array pointer的相關公司資訊
c length of array pointer的相關商品
c - How to find the 'sizeof'(a pointer pointing to an array ...
瀏覽:764
日期:2024-11-13
2009年1月29日 - int main() { int days[] = {1,2,3,4,5}; int *ptr = days; printf("%u\n", ... No, you can't. The compiler doesn't know what the pointer is pointing to....看更多