Home / Questions / What is the difference between constant and variable in C?
Explanatory Question

What is the difference between constant and variable in C?

👁 1,076 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Constant values can’t be modified by the program once it is declared. But, variable values can be modified by the program.