我对sizeof()有疑问.我知道它给出了数组中使用的字节数.我的问题是如果数组没有定义,但它声明了.
例:
float array[3]; int p = sizeof(array);
c++ memory
c++ ×1
memory ×1