Showing posts with label What is the Difference between read only and constant variables?. Show all posts
Showing posts with label What is the Difference between read only and constant variables?. Show all posts

Friday 3 February 2012

What is the Difference between read only and constant variables?


What is the Difference between read only and constant variables?
Ans: Read only can assign the values at runtime only.
Constant will assign the values at compile time only.
We cannot modify the both variable values.