Top "Static-allocation" questions

Does std::array<> guarantee allocation on the stack only?

Is std::array<int,10> (without myself using new) guaranteed to be allocated in the stack rather then the …

c++ arrays stack dynamic-allocation static-allocation