Please explain what is the difference between constants and read-only variables?

Submitted by: Muhammad
For constants, the compilation contains declaration and initialization. Its value cannot change. For read-only variables, the runtime execution contains the assignment of values.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers