Question:What is constant? How can you declare a constant?
Answer Ans: Constant is a value that cannot be modified throughout the execution of a program.Constant are declared by using define () function.
+ Report
What is constant? How can you declare a constant?