what value remains same during execution if a program.
Answers
Answered by
2
Answer:
Constants in C are the fixed values that are used in a program, and its value remains the same during the entire execution of the program. Constants are also called literals. Constants can be any of the data types. It is considered best practice to define constants using only upper-case names.
Answered by
0
Explanation:
Constants in C are the fixed values that are used in a program, and it's value remains the same during the entire execution of the program. Constants are also called literals. Constants can be any of the data types.
Similar questions