int array[8]; cout<<"sizeof(array) = "<<sizeof(array) <<endl; output : sizeof(array) =4*8=32...
請先 登入 以發表留言。