Understanding sizeof in C++: Why Does n Not Equal 8? Understanding sizeof in C++: Why Does n Not Equal 8? When working with arrays in C++, you might encounter unexpected results related to the sizeof operator, especially when passing arrays to ... Tags: c++, c, sizeof