• Sun. Jan 26th, 2025

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…