const, constexpr, consteval and constinit
C++
Constants, by their simplest definition are values that do not change.
const correctness is the practice of using the const keyword to prevent const o…
Dec 29, 2025