What are Constants?

How will you declare a constant?

Showing Answers 1 - 1 of 1 Answers

mukesh verma

  • Sep 12th, 2006
 

Constants are a type of varialbles that cannot be changed in the life of an ASP page Processing. Once you declare a contant and assign a value. After then we can't change the value of that constant variable. if we try to assign a new value to a constant variable so it will give a error.

Syntax to declare a constant variable:

  const variableName=value

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions