• Thu. Oct 3rd, 2024

Constants

Constants

Introduction Constant is an identifier whose value remains same throughout the execution of the program. The value of the constant is known to the compiler at compile time. It cannot…