Computer Science, asked by angelaqsa023, 4 months ago

why we use variable constant nd different data type in C language​

Answers

Answered by timnahasinik623
1

Answer:

As the name suggests the name constants is given to such variables or values in 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. Every constant has some range.

Similar questions