what are constants and explain its categories
Answers
Answered by
1
Constants in C/C++ As the name suggests the name constants is given to such variables or values in C/C++ programming language which cannot be modified once they are defined. They are fixed values in a program. There can be any types of constants like integer, float, octal, hexadecimal, character constants etc.
Answered by
4
Explanation:
Constants in C/C++ As the name suggests the name constants is given to such variables or values in C/C++ programming language which cannot be modified once they are defined. They are fixed values in a program. There can be any types of constants like integer, float, octal, hexadecimal, character constants etc
.
itzcutiekhushi❤❤
Similar questions