Select Answer
Both are identical compile-time constants
compile-time
const is compile-time; constexpr is runtime
const
constexpr
runtime
const is read-only; constexpr ensures compile-time evaluation
constexpr increases Flash usage compared to const
Flash