filmov
tv
What are Constants/Literals in C++

Показать описание
In this video you will learn about constants in C++. You will learn about integral literals , floating-point literals , character literals , boolean literals and string literals . You will also learn about creating a constants using preprocessor directives by defining MACROS and creaitng constants uisng const keywords.