66. constexpr-i

Question.1

Two developers define a voltage threshold:

const float THRESH1 = 3.3f / 2.0f;
constexpr float THRESH2 = 3.3f / 2.0f;

What is the key difference?

Need Help? Refer to the Quick Guide below

Select Answer