Question - What Is The Difference B/w Readonly Variable And Constant Variable?
Answer -
variable used to store the data
Read only variable:-
Read only variable means read only but not allow to write
constant:
constant variable specify the constant value.