explain the terms of variables and constants with examples according to c programming
Answers
Answered by
1
Answer:
It is a fixed variable that cannot be changed after defining the variable in a program. The value of a variable can change depending on the conditions. In constants, the value cannot be changed. Typically, it uses int, float, char, string, double, etc.
Hope It Help you
Similar questions