C-Constants

3 posts
Recent Articles

Constants in C

Constants in C are fixed values that cannot be changed during program execution. They are declared using the keyword “const” and can be of various data types such as integer, floating point, ...read more