Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Constants are values that cannot be modified after initialization. Literals are fixed values written directly in code.
const int MAX = 100; const double PI = 3.14159;
constexpr int SIZE = 50; // evaluated at compile time
420xFF0b10100773.142.0f1.5e10'A''\n''\0'"Hello""C++"truefalse