When we declare the variable as mutable; it says that we want to change the value of that variable in middle of the program. So what it signifies rather if we declare a simple any variable then it also can be modify in the program\
Dose it having any spacial meaning?