• Tue. Oct 8th, 2024

C

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…