BA fixed value that cannot be changed during program execution
CA variable that can change its value anytime
DA type of loop in C
Step-by-Step Solution
Solution:
Step 1: Understand the meaning of constant
A constant is a value that remains the same throughout the program and cannot be modified.
Step 2: Compare options with definition
Only A fixed value that cannot be changed during program execution describes a fixed value that does not change, which matches the definition of a constant.
Final Answer:
A fixed value that cannot be changed during program execution -> Option B
Quick Check:
Constant = fixed value [OK]
Quick Trick:Constants never change value once set [OK]
Common Mistakes:
Confusing constants with variables
Thinking constants are functions
Mixing constants with loops
Master "Variables and Data Types" in C
9 interactive learning modes - each teaches the same concept differently