Tag: const keyword
-
C++References in C++
C++ references allow you to give a variable a second name that you can use to read or modify the…
October 18, 2022
-
C++const keyword in C++
Const keyword define constant values that cannot change while the program is running. A const variable must be assigned a…
October 16, 2022